Lines Matching refs:__lzo_nothrow
1583 #if !defined(__lzo_nothrow)
1585 # define __lzo_nothrow __attribute__((__nothrow__))
1587 # define __lzo_nothrow __declspec(nothrow)
1589 # define __lzo_nothrow __attribute__((__nothrow__))
1591 # define __lzo_nothrow __attribute__((__nothrow__))
1593 # define __lzo_nothrow __declspec(nothrow)
1596 #if defined(__lzo_nothrow)
1601 # define __lzo_nothrow /*empty*/