Lines Matching refs:opt
29 int result = $opt$testIfEq1(42); in main()
32 result = $opt$testIfEq2(42); in main()
35 result = $opt$testWhileLoop(42); in main()
38 result = $opt$testDoWhileLoop(42); in main()
41 result = $opt$testForLoop(42); in main()
44 result = $opt$testIfWithLocal(5); in main()
48 static int $opt$testIfEq1(int a) { in $opt$testIfEq1()
56 static int $opt$testIfEq2(int a) { in $opt$testIfEq2()
64 static int $opt$testWhileLoop(int a) { in $opt$testWhileLoop()
69 static int $opt$testDoWhileLoop(int a) { in $opt$testDoWhileLoop()
75 static int $opt$testForLoop(int a) { in $opt$testForLoop()
80 static int $opt$testIfWithLocal(int a) { in $opt$testIfWithLocal()