Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc2071 bool array_refs = true; in print_mem_ref() local
2075 if (array_refs && TREE_CODE (ref) == ARRAY_REF) in print_mem_ref()
2083 if (array_refs) in print_mem_ref()
2085 array_refs = false; in print_mem_ref()
2102 if (!array_refs) in print_mem_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200521134 Strip constant offset component_refs and array_refs.