Home
last modified time | relevance | path

Searched refs:type_int64_t (Results 1 – 3 of 3) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dtypes.c78 type_t *type_int64_t; variable
144 type_int64_t = make_atomic_type(int64_type_kind, TYPE_QUALIFIER_NONE); in init_basic_types()
H A Dtypes.h78 extern type_t *type_int64_t;
H A Dbuiltins.c117 …f(ir_bk_bswap, "bswap64", make_function_1_type(type_int64_t, type_int64_t, DM_CONS… in create_gnu_builtins()