Searched refs:rsize_t (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Headers/
H A Dc11.c26 rsize_t x = 0;
40 rsize_t x2 = RSIZE_MAX;
H A Darm64-apple-ios-types.cpp76 static_assert(is_same<long unsigned int, ::rsize_t>::value, "::rsize_t is wrong");
H A Dthumbv7-apple-ios-types.cpp76 static_assert(is_same<long unsigned int, ::rsize_t>::value, "::rsize_t is wrong");
H A Dx86_64-apple-macosx-types.cpp76 static_assert(is_same<long unsigned int, ::rsize_t>::value, "::rsize_t is wrong");
/external/clang/lib/Headers/
H A Dstddef.h68 /* ISO9899:2011 7.20 (C11 Annex K): Define rsize_t if __STDC_WANT_LIB_EXT1__ is
72 /* Always define rsize_t when modules are available. */
76 typedef __SIZE_TYPE__ rsize_t; typedef
/external/v8/tools/clang/plugins/tests/
H A Dipc.cpp12 typedef __SIZE_TYPE__ rsize_t; typedef
224 CALL_WRITEPARAM(rsize_t) // ERROR

Completed in 193 milliseconds