Searched defs:CompileError (Results 1 – 6 of 6) sorted by relevance
38 struct CompileError { struct49 CompileError() : line_number(0), error_code(ERROR_NONE) {} in CompileError() argument50 CompileError(size_t line_number, in CompileError() argument68 CompileError* error); argument
21 public class CompileError extends Exception { class25 public CompileError(String s, Lex l) { in CompileError() method in CompileError30 public CompileError(String s) { in CompileError() method in CompileError35 public CompileError(CannotCompileException e) { in CompileError() method in CompileError39 public CompileError(NotFoundException e) { in CompileError() method in CompileError
22 CompileError = 6, enumerator
44 enum CompileResult { CompileSuccess, CompileError }; enumerator
46 class CompileError(PyrexError): class
22 CompileError: 6, property