Home
last modified time | relevance | path

Searched refs:__req (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__support/ibm/
H A Dnanosleep.h15 inline int nanosleep(const struct timespec* __req, struct timespec* __rem) { in nanosleep() argument
20 if (__req->tv_sec < 0 || __req->tv_nsec < 0 || __req->tv_nsec > 999999999) { in nanosleep()
24 long __micro_sec = (__req->tv_nsec + 999) / 1000; in nanosleep()
25 time_t __sec = __req->tv_sec; in nanosleep()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcrashes.cpp208 …static _CharT* _S_construct(size_type __req, _CharT __c, const _Alloc& __a); // expected-error{{un…