Home
last modified time | relevance | path

Searched refs:is_char_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c5371 is_char_type (tree type) in is_char_type() function
5663 bool is_char_store = is_char_type (type); in check_and_optimize_stmt()
5678 if (is_char_type (type)) in check_and_optimize_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc5326 is_char_type (tree type) in is_char_type() function
5584 bool is_char_store = is_char_type (type); in handle_assign()
5599 if (is_char_type (type)) in handle_assign()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20151219 * io.c (is_char_type): Call gfc_resolve_expr ().
1322 * io.c (is_char_type): New function to test for BT_CHARACTER
H A DChangeLog-20201836 * io.c (async_io_dt, check_char_variable, is_char_type): Removed.