Home
last modified time | relevance | path

Searched refs:WINT_MIN (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp217 #ifndef WINT_MIN
218 #error WINT_MIN not defined
Dstdint_h.xopen_source.compile.pass.cpp214 #ifndef WINT_MIN
215 #error WINT_MIN not defined
/external/clang/test/Preprocessor/
Dstdint.c1479 WINT_MIN_ WINT_MIN
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1591 WINT_MIN_ WINT_MIN
/external/capstone/include/windowsce/
Dstdint.h117 #define WINT_MIN 0x0000 macro
/external/llvm-project/libcxx/include/
Dcstdint83 WINT_MIN
/external/libcxx/include/
Dcstdint84 WINT_MIN
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h218 #define WINT_MIN 0 macro
/external/llvm-project/clang/lib/Headers/
Dstdint.h670 # define WINT_MIN __UINTN_C(__WINT_WIDTH__, 0) macro
673 # define WINT_MIN __INTN_MIN(__WINT_WIDTH__) macro
/external/clang/lib/Headers/
Dstdint.h684 # define WINT_MIN __UINTN_C(__WINT_WIDTH__, 0) macro
687 # define WINT_MIN __INTN_MIN(__WINT_WIDTH__) macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp212 #ifndef WINT_MIN
213 #error WINT_MIN not defined
Dstdint_h.pass.cpp248 assert(WINT_MIN == std::numeric_limits<wint_t>::min()); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp211 #ifndef WINT_MIN
212 #error WINT_MIN not defined
Dstdint_h.pass.cpp247 assert(WINT_MIN == std::numeric_limits<wint_t>::min()); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp212 #ifndef WINT_MIN
213 #error WINT_MIN not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp211 #ifndef WINT_MIN
212 #error WINT_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp248 assert(WINT_MIN == std::numeric_limits<std::wint_t>::min()); in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp249 assert(WINT_MIN == std::numeric_limits<std::wint_t>::min()); in main()
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs111 pub const WINT_MIN: ::std::os::raw::c_uint = 0; constant
Dvhost.rs143 pub const WINT_MIN: ::std::os::raw::c_uint = 0; constant
/external/python/cpython2/Lib/plat-atheos/
DIN.py273 WINT_MIN = (0) variable
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc199 SYMBOL(WINT_MIN, None, <stdint.h>)