Home
last modified time | relevance | path

Searched refs:type_unsigned_int64 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dbuiltins.c197 …IN_ROTL, "_rotl64", make_function_2_type(type_unsigned_int64, type_unsigned_int64, … in create_microsoft_intrinsics()
199 …IN_ROTR, "_rotr64", make_function_2_type(type_unsigned_int64, type_unsigned_int64, … in create_microsoft_intrinsics()
203 …_bswap, "_byteswap_uint64", make_function_1_type(type_unsigned_int64, type_unsigned_int64, … in create_microsoft_intrinsics()
H A Dtypes.c111 type_t *type_unsigned_int64; variable
159 type_unsigned_int64 = make_atomic_type(unsigned_int64_type_kind, TYPE_QUALIFIER_NONE); in init_basic_types()
H A Dtypes.h113 extern type_t *type_unsigned_int64;
H A Dformat_check.c371 case FMT_MOD_I64: expected_type = type_unsigned_int64; break; in internal_check_printf_format()
746 case FMT_MOD_I64: expected_type = type_unsigned_int64; break; in check_scanf_format()