Searched refs:__finish (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Ddebug.cc605 const char* __finish = __start; local
613 // [__start, __finish) denotes the next word
614 __finish = __start;
615 while (isalnum(*__finish))
616 ++__finish;
617 if (__start == __finish)
618 ++__finish;
619 if (isspace(*__finish))
620 ++__finish;
622 const ptrdiff_t __len = __finish
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dmultiway_merge.h289 if (__length == 0) goto __finish; \
303 __finish:
408 if (__length == 0) goto __finish; \
449 __finish:

Completed in 90 milliseconds