Searched defs:__lzo_nothrow (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzodefs.h1507 #if !defined(__lzo_nothrow)
1509 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1511 # define __lzo_nothrow __declspec(nothrow) macro
1513 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1515 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1517 # define __lzo_nothrow __declspec(nothrow) macro
1520 #if defined(__lzo_nothrow)
1523 # define __lzo_nothrow /*empty*/ macro
H A Dminilzo-inl.c1531 #if !defined(__lzo_nothrow)
1533 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1535 # define __lzo_nothrow __declspec(nothrow) macro
1537 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1539 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1541 # define __lzo_nothrow __declspec(nothrow) macro
1544 #if defined(__lzo_nothrow)
1547 # define __lzo_nothrow /*empty*/ macro

Completed in 96 milliseconds