Searched refs:other_struct_var (Results 1 – 1 of 1) sorted by relevance
49 OtherStruct other_struct_var; in functionWithOtherStruct() local50 other_struct_var.member_int++; // Location: other struct function in functionWithOtherStruct()51 return other_struct_var.member_int; in functionWithOtherStruct()56 OtherStruct other_struct_var; in functionWithMultipleLocals() local58 other_struct_var.member_int++; // Location: multiple locals function in functionWithMultipleLocals()59 return other_struct_var.member_int; in functionWithMultipleLocals()