Home | History | Annotate | Download | only in Rewrite

Lines Matching full:bogus

774   assert((*startBuf == '@') && "bogus @synthesize location");
1645 assert((*startBuf == '@') && "bogus @synchronized location");
1671 assert((*startBuf == '}') && "bogus @synchronized block");
1791 assert((*startBuf == '@') && "bogus @try location");
1807 assert((*startBuf == '}') && "bogus @try block");
1838 assert((*startBuf == '@') && "bogus @catch location");
1848 "bogus @catch paren location");
1849 assert((*bodyBuf == '{') && "bogus @catch body location");
1875 assert((*rParenBuf == ')') && "bogus @catch paren location");
1876 assert((*bodyBuf == '{') && "bogus @catch body location");
1889 "bogus @catch body location");
1908 assert((*startBuf == '@') && "bogus @finally start");
1916 "bogus @finally body location");
1918 "bogus @finally body location");
1959 assert((*startBuf == '@') && "bogus @throw location");