Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/C/drs/
H A Ddr209.c13 #if INT8_C(0) != 0
32 (void)_Generic(INT8_C(0), __typeof__(+(int_least8_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.cpp225 #ifndef INT8_C
226 #error INT8_C not defined
H A Dstdint_h.xopen_source.compile.pass.cpp222 #ifndef INT8_C
223 #error INT8_C not defined
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp258 #ifndef INT8_C in main()
259 #error INT8_C not defined in main()
H A Dinttypes_h.pass.cpp220 #ifndef INT8_C
221 #error INT8_C not defined
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h432 # define INT8_C(v) __int_c(v, __int8_c_suffix) macro
435 # define INT8_C(v) v macro
740 # define INT8_MAX INT8_C(127)
741 # define INT8_MIN (-INT8_C(127)-1)
/llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp259 #ifndef INT8_C in main()
260 #error INT8_C not defined in main()
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dstdint.c1597 INT8_C_(0) INT8_C(0)
/llvm-project-15.0.7/libcxx/include/
H A Dcstdint86 INT8_C(value)
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp220 #ifndef INT8_C
221 #error INT8_C not defined