Home
last modified time | relevance | path

Searched defs:isBegin (Results 1 – 2 of 2) 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
1415 immutable isBegin = (beg is _begin); local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp355 for (bool isBegin = I == B; !isBegin; /* empty */) { in addPhysRegDeps() local