HomeSort by relevance Sort by last modified time
    Searched refs:__MINGW_NOTHROW (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
libgen.h 16 char * __cdecl __MINGW_NOTHROW basename (char *);
17 char * __cdecl __MINGW_NOTHROW dirname (char *);
dirent.h 63 DIR* __cdecl __MINGW_NOTHROW opendir (const char*);
64 struct dirent* __cdecl __MINGW_NOTHROW readdir (DIR*);
65 int __cdecl __MINGW_NOTHROW closedir (DIR*);
66 void __cdecl __MINGW_NOTHROW rewinddir (DIR*);
67 long __cdecl __MINGW_NOTHROW telldir (DIR*);
68 void __cdecl __MINGW_NOTHROW seekdir (DIR*, long);
110 _WDIR* __cdecl __MINGW_NOTHROW _wopendir (const wchar_t*);
111 struct _wdirent* __cdecl __MINGW_NOTHROW _wreaddir (_WDIR*);
112 int __cdecl __MINGW_NOTHROW _wclosedir (_WDIR*);
113 void __cdecl __MINGW_NOTHROW _wrewinddir (_WDIR*)
    [all...]
float.h 244 _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _controlfp (unsigned int unNew, unsigned int unMask) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
246 _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _control87 (unsigned int unNew, unsigned int unMask);
249 _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _clearfp (void); /* Clear the FPU status word */
250 _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _statusfp (void); /* Report the FPU status word */
264 void __cdecl __MINGW_NOTHROW _fpreset (void);
265 void __cdecl __MINGW_NOTHROW fpreset (void);
268 _CRTIMP int * __cdecl __MINGW_NOTHROW __fpecode(void);
278 _CRTIMP double __cdecl __MINGW_NOTHROW _chgsign (double _X);
279 _CRTIMP double __cdecl __MINGW_NOTHROW _copysign (double _Number,double _Sign);
280 _CRTIMP double __cdecl __MINGW_NOTHROW _logb (double)
    [all...]
assert.h 26 void __cdecl __MINGW_NOTHROW exit(int _Code) __MINGW_ATTRIB_NORETURN;
27 void __cdecl __MINGW_NOTHROW _exit(int _Code) __MINGW_ATTRIB_NORETURN;
unistd.h 40 int __cdecl __MINGW_NOTHROW usleep(useconds_t);
process.h 36 void __cdecl __MINGW_NOTHROW exit(int _Code) __MINGW_ATTRIB_NORETURN;
37 void __cdecl __MINGW_NOTHROW _exit(int _Code) __MINGW_ATTRIB_NORETURN;
55 void __cdecl __MINGW_NOTHROW _cexit(void);
56 void __cdecl __MINGW_NOTHROW _c_exit(void);
_mingw.h 193 #define __MINGW_NOTHROW __attribute__ ((__nothrow__))
195 #define __MINGW_NOTHROW __declspec(nothrow)
197 #define __MINGW_NOTHROW
stdlib.h 306 void __cdecl __MINGW_NOTHROW exit(int _Code) __MINGW_ATTRIB_NORETURN;
307 void __cdecl __MINGW_NOTHROW _exit(int _Code) __MINGW_ATTRIB_NORETURN;
389 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr)
396 float __cdecl __MINGW_NOTHROW strtof(const char * __restrict__ _Str,char ** __restrict__ _EndPtr)
404 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr);
405 float __cdecl __MINGW_NOTHROW strtof(const char * __restrict__ nptr, char ** __restrict__ endptr);
407 long double __cdecl __MINGW_NOTHROW strtold(const char * __restrict__ , char ** __restrict__ );
410 extern double __cdecl __MINGW_NOTHROW
stdio.h 167 int __cdecl __mingw_printf(const char * __restrict__ , ... ) __MINGW_NOTHROW;
170 int __cdecl __mingw_vprintf (const char * __restrict__ , va_list) __MINGW_NOTHROW;
173 int __cdecl __mingw_fprintf (FILE * __restrict__ , const char * __restrict__ , ...) __MINGW_NOTHROW;
176 int __cdecl __mingw_vfprintf (FILE * __restrict__ , const char * __restrict__ , va_list) __MINGW_NOTHROW;
179 int __cdecl __mingw_sprintf (char * __restrict__ , const char * __restrict__ , ...) __MINGW_NOTHROW;
182 int __cdecl __mingw_vsprintf (char * __restrict__ , const char * __restrict__ , va_list) __MINGW_NOTHROW;
185 int __cdecl __mingw_asprintf(char ** __restrict__ , const char * __restrict__ , ...) __MINGW_NOTHROW;
188 int __cdecl __mingw_vasprintf(char ** __restrict__ , const char * __restrict__ , va_list) __MINGW_NOTHROW;
    [all...]

Completed in 376 milliseconds