Searched refs:__int64_c_suffix (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Dstdint.h303 # define __int64_c_suffix __INT64_C_SUFFIX__ macro
308 # undef __int64_c_suffix macro
316 # ifdef __int64_c_suffix
317 # define INT64_C(v) __int_c(v, __int64_c_suffix)
318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
322 # endif /* __int64_c_suffix */
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dstdint.h303 # define __int64_c_suffix __INT64_C_SUFFIX__ macro
308 # undef __int64_c_suffix macro
316 # ifdef __int64_c_suffix
317 # define INT64_C(v) __int_c(v, __int64_c_suffix)
318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
322 # endif /* __int64_c_suffix */

Completed in 132 milliseconds