Searched refs:lldiv_t (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/include/ |
D | cstdlib | 33 lldiv_t // C99 69 lldiv_t div(long long numer, long long denom); // C++0X 71 lldiv_t lldiv(long long numer, long long denom); // C99 104 using ::lldiv_t;
|
D | stdlib.h | 122 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(… in div()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 58 test_div_struct<std::lldiv_t, long long>(); in main() 93 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), ""); in main() 95 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), ""); in main()
|
/external/clang/test/Parser/ |
D | extension.c | 10 } lldiv_t; typedef
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 70 lldiv_t lld; ((void)lld); in main() 103 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), ""); in main()
|