Searched refs:null1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfeexpr.c951 bool null1 = (agg1->op == TOKnull); local
955 if (null1 || null2)
959 case TOKlt: cmp = null1 && !null2; break;
960 case TOKgt: cmp = !null1 && null2; break;
961 case TOKle: cmp = null1; break;
967 cmp = (null1 == null2);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d949 const null1 = (agg1.op == EXP.null_);
952 if (null1 || null2)
957 cmp = null1 && !null2;
960 cmp = !null1 && null2;
963 cmp = null1;
972 cmp = (null1 == null2);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc187 bool null1 = false; local
193 null1 = true;
194 if (null0 != null1)
/netbsd-current/sys/dev/wscons/
H A Dwscons_rfont.h893 #define null1 {0, 0, 0, 0, 0} macro
894 #define null2 null1, null1
1001 null1,

Completed in 241 milliseconds