Home
last modified time | relevance | path

Searched refs:converter_for_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/libcpp/
HDcharset.c1488 converter_for_type (cpp_reader *pfile, enum cpp_ttype type) in converter_for_type() function
1529 struct cset_converter cvt = converter_for_type (pfile, type); in cpp_interpret_string_1()
1735 struct cset_converter cvt = converter_for_type (pfile, type); in cpp_interpret_string_ranges()
1867 size_t width = converter_for_type (pfile, type).width; in wide_str_to_charconst()
/dragonfly/contrib/gcc-4.7/libcpp/
HDcharset.c1344 converter_for_type (cpp_reader *pfile, enum cpp_ttype type) in converter_for_type() function
1377 struct cset_converter cvt = converter_for_type (pfile, type); in cpp_interpret_string()
1549 size_t width = converter_for_type (pfile, type).width; in wide_str_to_charconst()