Searched defs:__GMP_NOTHROW (Results 1 - 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
H A Dgmp.h402 Note that __GMP_NOTHROW must be given on any inlines the same as on their
404 that g++ 3.0 demands that __GMP_NOTHROW is before other attributes like
408 #define __GMP_NOTHROW throw () macro
410 #define __GMP_NOTHROW macro
526 void (*) (void *, size_t))) __GMP_NOTHROW;
531 void (**) (void *, size_t))) __GMP_NOTHROW;
735 __GMP_DECLSPEC int mpz_cmp __GMP_PROTO ((mpz_srcptr, mpz_srcptr)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
741 __GMP_DECLSPEC int _mpz_cmp_si __GMP_PROTO ((mpz_srcptr, signed long int)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
744 __GMP_DECLSPEC int _mpz_cmp_ui __GMP_PROTO ((mpz_srcptr, unsigned long int)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
747 __GMP_DECLSPEC int mpz_cmpabs __GMP_PROTO ((mpz_srcptr, mpz_srcptr)) __GMP_NOTHROW __GMP_ATTRIBUTE_PUR
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
H A Dgmp.h402 Note that __GMP_NOTHROW must be given on any inlines the same as on their
404 that g++ 3.0 demands that __GMP_NOTHROW is before other attributes like
408 #define __GMP_NOTHROW throw () macro
410 #define __GMP_NOTHROW macro
526 void (*) (void *, size_t))) __GMP_NOTHROW;
531 void (**) (void *, size_t))) __GMP_NOTHROW;
735 __GMP_DECLSPEC int mpz_cmp __GMP_PROTO ((mpz_srcptr, mpz_srcptr)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
741 __GMP_DECLSPEC int _mpz_cmp_si __GMP_PROTO ((mpz_srcptr, signed long int)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
744 __GMP_DECLSPEC int _mpz_cmp_ui __GMP_PROTO ((mpz_srcptr, unsigned long int)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
747 __GMP_DECLSPEC int mpz_cmpabs __GMP_PROTO ((mpz_srcptr, mpz_srcptr)) __GMP_NOTHROW __GMP_ATTRIBUTE_PUR
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
H A Dgmp.h402 Note that __GMP_NOTHROW must be given on any inlines the same as on their
404 that g++ 3.0 demands that __GMP_NOTHROW is before other attributes like
408 #define __GMP_NOTHROW throw () macro
410 #define __GMP_NOTHROW macro
526 void (*) (void *, size_t))) __GMP_NOTHROW;
531 void (**) (void *, size_t))) __GMP_NOTHROW;
735 __GMP_DECLSPEC int mpz_cmp __GMP_PROTO ((mpz_srcptr, mpz_srcptr)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
741 __GMP_DECLSPEC int _mpz_cmp_si __GMP_PROTO ((mpz_srcptr, signed long int)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
744 __GMP_DECLSPEC int _mpz_cmp_ui __GMP_PROTO ((mpz_srcptr, unsigned long int)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
747 __GMP_DECLSPEC int mpz_cmpabs __GMP_PROTO ((mpz_srcptr, mpz_srcptr)) __GMP_NOTHROW __GMP_ATTRIBUTE_PUR
[all...]

Completed in 140 milliseconds