Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d11641 static struct Result { bool ttEmpty; bool te; } in visit() member
11648 if (tups1.ttEmpty && tups2.te) in visit()
11654 else if (tups1.te && tups2.ttEmpty) in visit()
11660 else if (tups1.ttEmpty && tups2.ttEmpty) in visit()