Home
last modified time | relevance | path

Searched refs:INT32_C (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/test/C/drs/
H A Ddr209.c17 #elif INT32_C(0) != 0
34 (void)_Generic(INT32_C(0), __typeof__(+(int_least32_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.cpp233 #ifndef INT32_C
234 #error INT32_C not defined
H A Dstdint_h.xopen_source.compile.pass.cpp230 #ifndef INT32_C
231 #error INT32_C not defined
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp266 #ifndef INT32_C in main()
267 #error INT32_C not defined in main()
H A Dinttypes_h.pass.cpp228 #ifndef INT32_C
229 #error INT32_C not defined
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h377 # define INT32_C(v) __int_c(v, __int32_c_suffix) macro
380 # define INT32_C(v) v macro
621 # define INT32_MAX INT32_C(2147483647)
622 # define INT32_MIN (-INT32_C(2147483647)-1)
/llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp267 #ifndef INT32_C in main()
268 #error INT32_C not defined in main()
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dstdint.c1601 INT32_C_(0) INT32_C(0)
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddbgcall-site-64-bit-imms.ll15 ; foo(INT32_C(-100));
/llvm-project-15.0.7/libcxx/include/
H A Dcstdint88 INT32_C(value)
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp228 #ifndef INT32_C
229 #error INT32_C not defined