Searched refs:maybe_null_array (Results 1 – 1 of 1) sorted by relevance
38 int[] maybe_null_array = null; in test() local41 if (maybe_null_array != null) { in test()42 i = maybe_null_array[0] + 1; in test()44 maybe_null_array = non_null_array; in test()