Lines Matching refs:expr__find_ids
132 expr__find_ids("FOO + BAR + BAZ + BOZO", "FOO", in test__expr()
142 expr__find_ids("EVENT1\\,param\\=?@ + EVENT2\\,param\\=?@", in test__expr()
150 expr__find_ids("dash\\-event1 - dash\\-event2", in test__expr()
164 expr__find_ids("EVENT1 if #smt_on else EVENT2", in test__expr()
173 expr__find_ids("EVENT1 if #core_wide else EVENT2", in test__expr()
184 expr__find_ids("1.0 if EVENT1 > 100.0 else 1.0", in test__expr()
191 expr__find_ids("0 & EVENT1 > 0", NULL, ctx) == 0); in test__expr()
195 expr__find_ids("EVENT1 > 0 & 0", NULL, ctx) == 0); in test__expr()
199 expr__find_ids("1 & EVENT1 > 0", NULL, ctx) == 0); in test__expr()
204 expr__find_ids("EVENT1 > 0 & 1", NULL, ctx) == 0); in test__expr()
211 expr__find_ids("1 | EVENT1 > 0", NULL, ctx) == 0); in test__expr()
215 expr__find_ids("EVENT1 > 0 | 1", NULL, ctx) == 0); in test__expr()
219 expr__find_ids("0 | EVENT1 > 0", NULL, ctx) == 0); in test__expr()
224 expr__find_ids("EVENT1 > 0 | 0", NULL, ctx) == 0); in test__expr()
255 expr__find_ids("source_count(EVENT1)", in test__expr()