Searched refs:nonNullA (Results 1 – 1 of 1) sorted by relevance
22 int noThrow(Main nonNullA, in noThrow() argument32 nonNullA.ifoo = 12; in noThrow()37 nonNullA.ifoo = 12; in noThrow()41 nonNullA.ifoo = 13; in noThrow()52 return ifoo + nonNullA.ifoo + nonNullB.ifoo + nonNullC.ifoo; in noThrow()56 int checkThrow(Main nonNullA, in checkThrow() argument91 nonNullA.ifoo = 12; in checkThrow()102 nonNullA.ifoo = 12; in checkThrow()112 nonNullA.ifoo = 13; in checkThrow()129 return ifoo + nonNullA.ifoo + nonNullB.ifoo + nonNullC.ifoo; in checkThrow()