Home
last modified time | relevance | path

Searched refs:int_least64_t (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm-project/libcxx/include/
Dcstdint117 int_least64_t
165 using::int_least64_t;
/external/libcxx/include/
Dcstdint118 int_least64_t
166 using::int_least64_t;
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/
Dstdint.h4 typedef long long int int_least64_t; typedef
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp81 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64, in main()
83 static_assert(std::is_signed<int_least64_t>::value, in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp82 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64, in main()
84 static_assert(std::is_signed<int_least64_t>::value, in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp82 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64, in main()
84 static_assert(std::is_signed<std::int_least64_t>::value, in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp83 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64, in main()
85 static_assert(std::is_signed<std::int_least64_t>::value, in main()
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp85 test<int_least64_t>(); in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp84 test<int_least64_t>(); in main()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h130 typedef int int_least64_t; typedef
/external/capstone/include/windowsce/
Dstdint.h23 int_least64_t, typedef
/external/llvm-project/libcxx/test/std/atomics/
Dtypes.pass.cpp128 test<int_least64_t> (); in main()
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_info.h38 std::int_least64_t unix_time; // the instant of this transition
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h38 std::int_least64_t unix_time; // the instant of this transition
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h38 std::int_least64_t unix_time; // the instant of this transition
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h38 std::int_least64_t unix_time; // the instant of this transition
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h38 std::int_least64_t unix_time; // the instant of this transition
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h38 std::int_least64_t unix_time; // the instant of this transition
/external/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp51 …static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value),… in main()
/external/llvm-project/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp52 …static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value),… in main()
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h97 typedef int64_t int_least64_t; typedef
/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp155 minElemLen = sizeof(std::int_least64_t); in MinElemLen()
158 minElemLen = 2 * sizeof(std::int_least64_t); in MinElemLen()
/external/llvm-project/clang/lib/Headers/
Dstdatomic.h98 typedef _Atomic(int_least64_t) atomic_int_least64_t;
/external/clang/lib/Headers/
Dstdatomic.h112 typedef _Atomic(int_least64_t) atomic_int_least64_t;
/external/python/cffi/cffi/
D_cffi_include.h52 typedef __int64 int_least64_t; typedef

123