Home
last modified time | relevance | path

Searched refs:type_unsigned_int (Results 1 – 8 of 8) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dbuiltins.c118 …f(ir_bk_clz, "clz", make_function_1_type(type_int, type_unsigned_int, DM_CON… in create_gnu_builtins()
121 …f(ir_bk_ctz, "ctz", make_function_1_type(type_int, type_unsigned_int, DM_CON… in create_gnu_builtins()
124 …f(ir_bk_ffs, "ffs", make_function_1_type(type_int, type_unsigned_int, DM_CON… in create_gnu_builtins()
127 …f(ir_bk_frame_address, "frame_address", make_function_1_type(type_void_ptr, type_unsigned_int, D… in create_gnu_builtins()
128 …f(ir_bk_parity, "parity", make_function_1_type(type_int, type_unsigned_int, DM_CON… in create_gnu_builtins()
131 …f(ir_bk_popcount, "popcount", make_function_1_type(type_int, type_unsigned_int, DM_CON… in create_gnu_builtins()
135 …f(ir_bk_return_address, "return_address", make_function_1_type(type_void_ptr, type_unsigned_int, D… in create_gnu_builtins()
196 …TIN_ROTL, "_rotl", make_function_2_type(type_unsigned_int, type_unsigned_int, t… in create_microsoft_intrinsics()
198 …TIN_ROTR, "_rotr", make_function_2_type(type_unsigned_int, type_unsigned_int, t… in create_microsoft_intrinsics()
207 …bk_popcount, "__popcount", make_function_1_type(type_unsigned_int, type_unsigned_int, DM… in create_microsoft_intrinsics()
H A Dtypes.c41 type_t *type_unsigned_int; variable
126 type_unsigned_int = make_atomic_type(ATOMIC_TYPE_UINT, TYPE_QUALIFIER_NONE); in init_basic_types()
H A Dtypes.h40 extern type_t *type_unsigned_int;
H A Dformat_check.c361 case FMT_MOD_NONE: expected_type = type_unsigned_int; break; in internal_check_printf_format()
530 if (expected_type_skip == type_unsigned_int && !is_type_signed(unprom_type)) { in internal_check_printf_format()
736 case FMT_MOD_NONE: expected_type = type_unsigned_int; break; in check_scanf_format()
H A Dparser.c5719 …case SPECIFIER_UNSIGNED: type = type_unsigned_int; br… in check_integer_suffix()
7762 case ATOMIC_TYPE_INT: return type_unsigned_int;
H A Dast2firm.c1223 if (sign >= 0 && try_create_integer(literal, type_unsigned_int)) in determine_literal_type()
/dports/archivers/rvm/rvm-1.11/
H A Destring.h76 type_unsigned_int, enumerator
H A Destring.cc560 if (m_type == type_unsigned_int) in base()
1061 m_type = type_unsigned_int; in assign()