Searched refs:lldiv_t (Results 1 – 8 of 8) 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 | 118 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 | 60 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/ |
D | extension.c | 10 } lldiv_t; typedef
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 72 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/ |
D | infinite_recursion.py | 2078 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/ |
D | infinite_recursion.py | 2078 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/ |
D | debug-info.ll | 8819 !396 = !DIDerivedType(tag: DW_TAG_typedef, name: "lldiv_t", file: !254, line: 121, baseType: !397)
|