Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c3482 extract_string_elt (tree string, unsigned chars_per_elt, unsigned index) in extract_string_elt() function
3612 r = extract_string_elt (ary, elem_nchars, i); in cxx_eval_array_reference()
4962 extract_string_elt (string, chars_per_elt, ix) in cxx_eval_store_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc3863 extract_string_elt (tree string, unsigned chars_per_elt, unsigned index) in extract_string_elt() function
3994 r = extract_string_elt (ary, elem_nchars, i); in cxx_eval_array_reference()
5761 extract_string_elt (string, chars_per_elt, ix) in cxx_eval_store_expression()
H A DChangeLog-2016180 * constexpr.c (extract_string_elt): New. Broken out of ...