Lines Matching refs:opt
18 public static void $opt$bar() { in $opt$bar()
20 $opt$foo(1); in $opt$bar()
22 $opt$foo(2); in $opt$bar()
24 $opt$foo(3); in $opt$bar()
26 $opt$foo(4); in $opt$bar()
35 $opt$runTest(); in main()
37 $opt$runTest(); in main()
40 public static void $opt$runTest() { in $opt$runTest()
42 $opt$bar(); in $opt$runTest()
44 $opt$bar(); in $opt$runTest()
46 $opt$bar(); in $opt$runTest()
49 $opt$bar(); in $opt$runTest()
55 public static void $opt$foo(int value) { in $opt$foo()