Searched refs:lldiv_t (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Parser/
H A Dextension.c10 } lldiv_t; typedef in typeref:struct:__anon19023
/external/stlport/stlport/stl/
H A D_cstdlib.h49 typedef ::lldiv_t lldiv_t; typedef in namespace:std
96 using _STLP_VENDOR_CSTD::lldiv_t;
100 using ::lldiv_t;
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); }
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); }
/external/libcxx/test/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp40 lldiv_t lld;
73 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), "");
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdlib.pxd62 ctypedef struct lldiv_t:
65 lldiv_t lldiv (long long int numerator, long long int denominator)
/external/libcxx/test/language.support/support.runtime/
H A Dcstdlib.pass.cpp40 std::lldiv_t lld;
75 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), "");
77 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");

Completed in 181 milliseconds