Home
last modified time | relevance | path

Searched refs:INT16_C (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/C/drs/
H A Ddr209.c15 #elif INT16_C(0) != 0
33 (void)_Generic(INT16_C(0), __typeof__(+(int_least16_t){0}) : 1); in dr209()
/llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.c.headers/
H A Dstdint_h.std_types_t.compile.pass.cpp229 #ifndef INT16_C
230 #error INT16_C not defined
H A Dstdint_h.xopen_source.compile.pass.cpp226 #ifndef INT16_C
227 #error INT16_C not defined
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp262 #ifndef INT16_C in main()
263 #error INT16_C not defined in main()
H A Dinttypes_h.pass.cpp224 #ifndef INT16_C
225 #error INT16_C not defined
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h413 # define INT16_C(v) __int_c(v, __int16_c_suffix) macro
416 # define INT16_C(v) v macro
699 #define INT16_MAX INT16_C(32767)
700 #define INT16_MIN (-INT16_C(32767)-1)
/llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp263 #ifndef INT16_C in main()
264 #error INT16_C not defined in main()
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dstdint.c1599 INT16_C_(0) INT16_C(0)
/llvm-project-15.0.7/libcxx/include/
H A Dcstdint87 INT16_C(value)
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp224 #ifndef INT16_C
225 #error INT16_C not defined