about summary refs log tree commit diff stats
path: root/arc/.traces/get-address-indirect
blob: 49c8ae40aa8812be4b5f24f9dabb23f84b15e2a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
c{0: 0 (((1 integer)) <- ((copy)) ((34 literal))) -- nil
c{0: 1 (((2 boolean)) <- ((copy)) ((t literal))) -- nil
c{0: 2 (((3 integer-boolean-pair-address)) <- ((copy)) ((1 literal))) -- nil
c{0: 3 (((4 boolean-address)) <- ((get-address)) ((3 integer-boolean-pair-address) (deref)) ((1 offset))) -- nil
c{1: 0 ✓ (((1 integer)) <- ((copy)) ((34 literal)))
c{1: 1 ✓ (((2 boolean)) <- ((copy)) ((t literal)))
c{1: 2 ✓ (((3 integer-boolean-pair-address)) <- ((copy)) ((1 literal)))
c{1: 3 ✓ (((4 boolean-address)) <- ((get-address)) ((3 integer-boolean-pair-address) (deref)) ((1 offset)))
cn0: convert-names in main
cn0: (((1 integer)) <- ((copy)) ((34 literal))) nil nil
cn0: checking arg ((34 literal))
cn0: checking oarg ((1 integer))
maybe-add: ((1 integer))
cn0: (((2 boolean)) <- ((copy)) ((t literal))) nil nil
cn0: checking arg ((t literal))
cn0: checking oarg ((2 boolean))
maybe-add: ((2 boolean))
cn0: (((3 integer-boolean-pair-address)) <- ((copy)) ((1 literal))) nil nil
cn0: checking arg ((1 literal))
cn0: checking oarg ((3 integer-boolean-pair-address))
maybe-add: ((3 integer-boolean-pair-address))
cn0: (((4 boolean-address)) <- ((get-address)) ((3 integer-boolean-pair-address) (deref)) ((1 offset))) nil nil
cn0: field-access 1 in 3integer-boolean-pair-addressderef of type integer-boolean-pair
cn0: checking arg ((3 integer-boolean-pair-address) (deref))
maybe-add: ((3 integer-boolean-pair-address) (deref))
cn0: checking arg ((1 offset))
cn0: checking oarg ((4 boolean-address))
maybe-add: ((4 boolean-address))
cn1: (((1 integer)) <- ((copy)) ((34 literal)))
cn1: (((2 boolean)) <- ((copy)) ((t literal)))
cn1: (((3 integer-boolean-pair-address)) <- ((copy)) ((1 literal)))
cn1: (((4 boolean-address)) <- ((get-address)) ((3 integer-boolean-pair-address) (deref)) ((1 offset)))
schedule: main
run: main 0: (((1 integer)) <- ((copy)) ((34 literal)))
run: main 0: 34 => ((1 integer))
mem: ((1 integer)): 1 <= 34
run: main 1: (((2 boolean)) <- ((copy)) ((t literal)))
run: main 1: t => ((2 boolean))
mem: ((2 boolean)): 2 <= t
run: main 2: (((3 integer-boolean-pair-address)) <- ((copy)) ((1 literal)))
run: main 2: 1 => ((3 integer-boolean-pair-address))
mem: ((3 integer-boolean-pair-address)): 3 <= 1
run: main 3: (((4 boolean-address)) <- ((get-address)) ((3 integer-boolean-pair-address) (deref)) ((1 offset)))
run: main 3: 2 => ((4 boolean-address))
mem: ((4 boolean-address)): 4 <= 2
schedule: done with routine nil
p">, WIN_MUC, WIN_PRIVATE, WIN_DUCK } win_type_t; typedef struct prof_win_t { char *from; WINDOW *win; win_type_t type; int y_pos; int paged; int unread; int history_shown; gboolean (*handle_error_message)(struct prof_win_t *self, const char * const from, const char * const err_msg); void (*print_incoming_message)(struct prof_win_t *self, GTimeVal *tv_stamp, const char * const from, const char * const message); } ProfWin; ProfWin* win_create(const char * const title, int cols, win_type_t type); void win_free(ProfWin *window); void win_print_line(ProfWin *self, const char show_char, int attrs, const char * const msg, ...); void win_refresh(ProfWin *window); void win_page_off(ProfWin *window); void win_print_time(ProfWin *window, char show_char); void win_presence_colour_on(ProfWin *window, const char * const presence); void win_presence_colour_off(ProfWin *window, const char * const presence); void win_show_contact(ProfWin *window, PContact contact); void win_show_status_string(ProfWin *window, const char * const from, const char * const show, const char * const status, GDateTime *last_activity, const char * const pre, const char * const default_show); #endif