Searched refs:line_error (Results 1 – 2 of 2) sorted by relevance
45 struct line_error{ struct47 line_error(int i):line(i){} in line_error() argument50 #define CHECK(cond) if(!(cond))throw line_error(__LINE__);165 }catch(line_error e){ in main()