about summary refs log tree commit diff stats
path: root/cpp/.traces/loop_nested
blob: 40fc144126d6de0c904bd000fdb5c75913044008 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5p
parse/0: instruction: 1
parse/0:   ingredient: {name: "0", value: 0, type: 0, properties: [0: literal]}
parse/0:   product: {name: "1", value: 0, type: 1, properties: [1: integer]}
parse/0: label: {
parse/0: instruction: 1
parse/0:   ingredient: {name: "0", value: 0, type: 0, properties: [0: literal]}
parse/0:   product: {name: "2", value: 0, type: 1, properties: [2: integer]}
parse/0: label: {
parse/0: instruction: 1
parse/0:   ingredient: {name: "0", value: 0, type: 0, properties: [0: literal]}
parse/0:   product: {name: "3", value: 0, type: 1, properties: [3: integer]}
parse/0: label: }
parse/0: instruction: 101
parse/0:   ingredient: {name: "4", value: 0, type: 3, properties: [4: boolean]}
parse/0: instruction: 1
parse/0:   ingredient: {name: "0", value: 0, type: 0, properties: [0: literal]}
parse/0:   product: {name: "5", value: 0, type: 1, properties: [5: integer]}
parse/0: label: }
brace/0: 100: push (open, 1)
brace/0: 100: push (open, 3)
brace/0: push (close, 5)
brace/0: push (close, 8)
after-brace/0: recipe main
after-brace/0: copy ...
after-brace/0: copy ...
after-brace/0: copy ...
after-brace/0: jump-if 4, -5:offset
after-brace/0: copy ...
n>add_unique_value_adds_when_none(void **state); void add_unique_value_does_nothing_when_exists(void **state); void add_unique_value_adds_when_doesnt_exist(void **state); void add_value_adds_when_none(void **state); void add_value_adds_when_some(void **state); void add_value_adds_when_exists(void **state); void remove_value_does_nothing_when_none(void **state); void remove_value_does_nothing_when_doesnt_exist(void **state); void remove_value_removes_when_one(void **state); void remove_value_removes_when_many(void **state); void remove_text_multi_value_does_nothing_when_none(void **state); void remove_text_multi_value_does_nothing_when_doesnt_exist(void **state); void remove_text_multi_value_removes_when_one(void **state); void remove_text_multi_value_removes_when_many(void **state);