Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc1369 bool matching_memory = false; in ix86_expand_unary_operator() local
1380 matching_memory = true; in ix86_expand_unary_operator()
1386 if (MEM_P (src) && !matching_memory) in ix86_expand_unary_operator()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201421 (ix86_expand_unary_operator): Declare "matching_memory" as bool.