Home
last modified time | relevance | path

Searched refs:ExceptionEOF (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_vhdl.c32 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
132 longjmp (Exception, (int) ExceptionEOF); in vGetc()
143 longjmp (Exception, (int) ExceptionEOF); in vGetc()
H A Dgeany_verilog.c37 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
134 longjmp (Exception, (int) ExceptionEOF); in vGetc()
159 longjmp (Exception, (int) ExceptionEOF); in vGetc()
H A Dgeany_fortran.c47 ExceptionNone, ExceptionEOF, ExceptionFixedFormat, ExceptionLoop enumerator
853 longjmp (Exception, (int) ExceptionEOF); in parseString()
964 case EOF: longjmp (Exception, (int) ExceptionEOF); break; in readToken()
2285 if (exception == ExceptionEOF) in findFortranTags()
/dports/devel/geany-legacy/geany-1.37.1/ctags/parsers/
H A Dvhdl.c32 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
132 longjmp (Exception, (int) ExceptionEOF); in vGetc()
143 longjmp (Exception, (int) ExceptionEOF); in vGetc()
H A Dverilog.c37 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
134 longjmp (Exception, (int) ExceptionEOF); in vGetc()
159 longjmp (Exception, (int) ExceptionEOF); in vGetc()
H A Dfortran.c47 ExceptionNone, ExceptionEOF, ExceptionFixedFormat, ExceptionLoop enumerator
853 longjmp (Exception, (int) ExceptionEOF); in parseString()
964 case EOF: longjmp (Exception, (int) ExceptionEOF); break; in readToken()
2285 if (exception == ExceptionEOF) in findFortranTags()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dverilog.c37 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
140 longjmp (Exception, (int) ExceptionEOF); in vGetc()
165 longjmp (Exception, (int) ExceptionEOF); in vGetc()
H A Dtex.c43 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
289 case EOF: longjmp (Exception, (int)ExceptionEOF); break; in readToken()
H A Dvhdl.c38 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
424 longjmp (Exception, (int) ExceptionEOF); in readToken()
H A Dfortran.c47 ExceptionNone, ExceptionEOF, ExceptionFixedFormat, ExceptionLoop enumerator
843 longjmp (Exception, (int) ExceptionEOF); in parseString()
940 case EOF: longjmp (Exception, (int) ExceptionEOF); break; in readToken()
2153 if (exception == ExceptionEOF) in findFortranTags()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dverilog.c37 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
140 longjmp (Exception, (int) ExceptionEOF); in vGetc()
165 longjmp (Exception, (int) ExceptionEOF); in vGetc()
H A Dtex.c43 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
289 case EOF: longjmp (Exception, (int)ExceptionEOF); break; in readToken()
H A Dvhdl.c38 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
424 longjmp (Exception, (int) ExceptionEOF); in readToken()
H A Dfortran.c47 ExceptionNone, ExceptionEOF, ExceptionFixedFormat, ExceptionLoop enumerator
843 longjmp (Exception, (int) ExceptionEOF); in parseString()
940 case EOF: longjmp (Exception, (int) ExceptionEOF); break; in readToken()
2153 if (exception == ExceptionEOF) in findFortranTags()
/dports/devel/ctags/ctags-5.8/
H A Dverilog.c37 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
140 longjmp (Exception, (int) ExceptionEOF); in vGetc()
165 longjmp (Exception, (int) ExceptionEOF); in vGetc()
H A Dtex.c43 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
297 case EOF: longjmp (Exception, (int)ExceptionEOF); break; in readToken()
H A Dvhdl.c38 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
424 longjmp (Exception, (int) ExceptionEOF); in readToken()
H A Dfortran.c47 ExceptionNone, ExceptionEOF, ExceptionFixedFormat, ExceptionLoop enumerator
843 longjmp (Exception, (int) ExceptionEOF); in parseString()
940 case EOF: longjmp (Exception, (int) ExceptionEOF); break; in readToken()
2153 if (exception == ExceptionEOF) in findFortranTags()
/dports/japanese/ctags/ctags-5.8j2/
H A Dverilog.c37 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
140 longjmp (Exception, (int) ExceptionEOF); in vGetc()
165 longjmp (Exception, (int) ExceptionEOF); in vGetc()
H A Dtex.c43 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
297 case EOF: longjmp (Exception, (int)ExceptionEOF); break; in readToken()
H A Dvhdl.c38 typedef enum eException { ExceptionNone, ExceptionEOF } exception_t; enumerator
424 longjmp (Exception, (int) ExceptionEOF); in readToken()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/curve/
H A Dbinarycurvefilereader.cpp120 catch (const ExceptionEOF&) in read_curves()
141 catch (const ExceptionEOF&) in read_curves()
H A Dmitshairfilereader.cpp102 catch (const ExceptionEOF&) in read_curves()
171 catch (const ExceptionEOF&) in read_curves()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/mesh/
H A Dbinarymeshfilereader.cpp148 catch (const ExceptionEOF&) in read_meshes()
164 catch (const ExceptionEOF&) in read_meshes()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Dbufferedfile.h211 struct ExceptionEOF : public Exception {}; struct
493 throw ExceptionEOF(); in checked_read()

123