Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Drbtree.d1335 immutable isBegin = (r.source._begin is _begin); variable
1345 if (isBegin)
1415 immutable isBegin = (beg is _begin); local
1417 if (isBegin)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp355 for (bool isBegin = I == B; !isBegin; /* empty */) { in addPhysRegDeps() local
356 isBegin = (--I) == B; in addPhysRegDeps()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Drbtree.d1475 immutable isBegin = (r.source._begin is _begin);
1485 if (isBegin)
1555 immutable isBegin = (beg is _begin);
1557 if (isBegin)