Searched refs:int_t (Results 1 – 10 of 10) sorted by relevance
3 typedef int int_t; typedef9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo); in test()
145 typedef mediump_int int_t; typedef147 typedef highp_int int_t; typedef149 typedef mediump_int int_t; typedef151 typedef lowp_int int_t; typedef
7 ; typedef unsigned long int_t;9 ; int_t glb_start = 17;10 ; int_t glb_end = 42;14 ; int_t start = glb_start;15 ; int_t end = glb_end;77 !8 = !DIDerivedType(tag: DW_TAG_typedef, name: "int_t", file: !1, line: 2, baseType: !9)
35 typedef int int_t;46 typedef int int_t;55 typedef int int_t;
38 for int_t, str_t in itertools.izip(int_times, str_times):39 date_int = utils.get_timestamp({"key": int_t}, "key")
20 using int_t = int;
67 typedef int int_t;68 global int_t *var_glob_typedef;
51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
322 typedef enum { A } int_t; typedef323 void f0(int_t x) { printf("%d\n", x); } in f0()
19 typedef int int_t;