Lines Matching refs:expect_expr
18 self.expect_expr("lba", result_children=[
22 self.expect_expr("lba.a", result_type="unsigned int", result_value="2")
26 self.expect_expr("lbb", result_children=[
31 self.expect_expr("lbb.b", result_type="unsigned int", result_value="3")
35 self.expect_expr("lbc", result_children=[
44 self.expect_expr("lbc.c", result_type="unsigned int", result_value="4")
48 self.expect_expr("lbd", result_children=[
53 self.expect_expr("lbd.a", result_type="unsigned int", result_value="5")
72 self.expect_expr("bitfields_in_struct_in_union",
78 self.expect_expr("bitfields_in_struct_in_union.f.a",
83 self.expect_expr("uwbf", result_type="UnionWithBitfields", result_children=[
89 self.expect_expr("uwubf", result_type="UnionWithUnnamedBitfield",
97 self.expect_expr("derived", result_type="Derived", result_children=[
106 self.expect_expr("bb", result_type="", result_children=[
143 self.expect_expr("base_with_vtable", result_children=base_with_vtable_children)
158 self.expect_expr("with_vtable", result_children=with_vtable_children)
167 self.expect_expr("with_vtable_and_unnamed",