Searched refs:ecptr (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-dir.cc124 directory_iterator(const path& p, directory_options options, error_code* ecptr) argument
138 if (ecptr)
139 *ecptr = ec;
187 error_code* ecptr)
192 if (ecptr)
193 ecptr->clear();
196 if (ecptr ? sp->top().advance(*ecptr) : sp->top().advance())
205 if (ecptr)
206 ecptr
186 recursive_directory_iterator(const path& p, directory_options options, error_code* ecptr) argument
[all...]
H A Ddir.cc127 directory_iterator(const path& p, directory_options options, error_code* ecptr) argument
141 if (ecptr)
142 *ecptr = ec;
190 error_code* ecptr)
195 if (ecptr)
196 ecptr->clear();
199 if (ecptr ? sp->top().advance(*ecptr) : sp->top().advance())
208 if (ecptr)
209 ecptr
189 recursive_directory_iterator(const path& p, directory_options options, error_code* ecptr) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc129 directory_iterator(const path& p, directory_options options, error_code* ecptr) argument
143 if (ecptr)
144 *ecptr = ec;
197 error_code* ecptr)
201 if (ecptr)
202 ecptr->clear();
204 if (ecptr ? sp->top().advance(*ecptr) : sp->top().advance())
213 if (ecptr)
214 ecptr
196 recursive_directory_iterator(const path& p, directory_options options, error_code* ecptr) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc206 directory_iterator(const path& p, directory_options options, error_code* ecptr) argument
223 if (ecptr)
224 *ecptr = ec;
293 error_code* ecptr)
310 if (ecptr ? sp->top().advance(skip_permission_denied, *ecptr)
318 else if (ecptr)
319 *ecptr = ec;
461 fs::recursive_directory_iterator::__erase(error_code* ecptr) argument
553 if (ecptr)
292 recursive_directory_iterator(const path& p, directory_options options, error_code* ecptr) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir.cc154 directory_iterator(const path& p, directory_options options, error_code* ecptr) argument
169 if (ecptr)
170 *ecptr = ec;
223 error_code* ecptr)
236 if (ecptr ? sp->top().advance(skip_permission_denied, *ecptr)
242 else if (ecptr)
243 *ecptr = ec;
222 recursive_directory_iterator(const path& p, directory_options options, error_code* ecptr) argument

Completed in 256 milliseconds