Home
last modified time | relevance | path

Searched refs:lldiv_t (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/include/
Dcstdlib33 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;
Dstdlib.h118 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/
Dcstdlib.pass.cpp60 test_div_struct<std::lldiv_t, long long>(); in main()
101 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), ""); in main()
103 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), ""); in main()
/external/clang/test/Parser/
Dextension.c10 } lldiv_t; typedef
/external/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp72 lldiv_t lld; ((void)lld); in main()
111 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), ""); in main()
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2078 class lldiv_t(Structure): class
2080 lldiv_t._pack_ = 4
2081 lldiv_t._fields_ = [
2085 assert sizeof(lldiv_t) == 16, sizeof(lldiv_t)
2086 assert alignment(lldiv_t) == 4, alignment(lldiv_t)
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2078 class lldiv_t(Structure): class
2080 lldiv_t._pack_ = 4
2081 lldiv_t._fields_ = [
2085 assert sizeof(lldiv_t) == 16, sizeof(lldiv_t)
2086 assert alignment(lldiv_t) == 4, alignment(lldiv_t)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/
Ddebug-info.ll8819 !396 = !DIDerivedType(tag: DW_TAG_typedef, name: "lldiv_t", file: !254, line: 121, baseType: !397)