fortrancode.cpp File Reference

#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include "qtbc.h"
#include <assert.h>
#include <ctype.h>
#include <qregexp.h>
#include <qdir.h>
#include <qstringlist.h>
#include "entry.h"
#include "doxygen.h"
#include "message.h"
#include "outputlist.h"
#include "util.h"
#include "membername.h"
#include "searchindex.h"
#include "defargs.h"
#include <unistd.h>

Go to the source code of this file.

Classes

struct  yy_buffer_state
struct  yy_trans_info
class  UseEntry
class  UseSDict

Defines

#define YY_INT_ALIGNED   short int
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION   2
#define YY_FLEX_MINOR_VERSION   5
#define YY_FLEX_SUBMINOR_VERSION   33
#define FLEX_BETA
#define INT8_MIN   (-128)
#define INT16_MIN   (-32767-1)
#define INT32_MIN   (-2147483647-1)
#define INT8_MAX   (127)
#define INT16_MAX   (32767)
#define INT32_MAX   (2147483647)
#define UINT8_MAX   (255U)
#define UINT16_MAX   (65535U)
#define UINT32_MAX   (4294967295U)
#define yyconst
#define YY_NULL   0
#define YY_SC_TO_UI(c)   ((unsigned int) (unsigned char) c)
#define BEGIN   (yy_start) = 1 + 2 *
#define YY_START   (((yy_start) - 1) / 2)
#define YYSTATE   YY_START
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
#define YY_NEW_FILE   fcodeYYrestart(fcodeYYin )
#define YY_END_OF_BUFFER_CHAR   0
#define YY_BUF_SIZE   262144
#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
#define EOB_ACT_CONTINUE_SCAN   0
#define EOB_ACT_END_OF_FILE   1
#define EOB_ACT_LAST_MATCH   2
#define YY_LESS_LINENO(n)
#define yyless(n)
#define unput(c)   yyunput( c, (yytext_ptr) )
#define YY_BUFFER_NEW   0
#define YY_BUFFER_NORMAL   1
#define YY_BUFFER_EOF_PENDING   2
#define YY_CURRENT_BUFFER
#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]
#define YY_FLUSH_BUFFER   fcodeYY_flush_buffer(YY_CURRENT_BUFFER )
#define yy_new_buffer   fcodeYY_create_buffer
#define yy_set_interactive(is_interactive)
#define yy_set_bol(at_bol)
#define YY_AT_BOL()   (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
#define fcodeYYwrap(n)   1
#define YY_SKIP_YYWRAP
#define yytext_ptr   fcodeYYtext
#define YY_DO_BEFORE_ACTION
#define YY_NUM_RULES   47
#define YY_END_OF_BUFFER   48
#define YY_TRAILING_MASK   0x2000
#define YY_TRAILING_HEAD_MASK   0x4000
#define REJECT
#define yymore()   yymore_used_but_not_detected
#define YY_MORE_ADJ   0
#define YY_RESTORE_YY_MORE_OFFSET
#define YY_NEVER_INTERACTIVE   1
#define YY_NO_TOP_STATE   1
#define YY_INPUT(buf, result, max_size)   result=yyread(buf,max_size);
#define INITIAL   0
#define Start   1
#define SubCall   2
#define FuncDef   3
#define ClassName   4
#define ClassVar   5
#define Subprog   6
#define DocBlock   7
#define Use   8
#define UseOnly   9
#define TypeDecl   10
#define Declaration   11
#define DeclContLine   12
#define Parameterlist   13
#define String   14
#define YY_EXTRA_TYPE   void *
#define YY_READ_BUF_SIZE   8192
#define ECHO   (void) fwrite( fcodeYYtext, fcodeYYleng, 1, fcodeYYout )
#define yyterminate()   return YY_NULL
#define YY_START_STACK_INCR   25
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
#define YY_DECL_IS_OURS   1
#define YY_DECL   int fcodeYYlex (void)
#define YY_BREAK   break;
#define YY_RULE_SETUP   YY_USER_ACTION
#define YY_EXIT_FAILURE   2
#define yyless(n)
#define YYTABLES_NAME   "yytables"

Typedefs

typedef signed char flex_int8_t
typedef short int flex_int16_t
typedef int flex_int32_t
typedef unsigned char flex_uint8_t
typedef unsigned short int flex_uint16_t
typedef unsigned int flex_uint32_t
typedef yy_buffer_stateYY_BUFFER_STATE
typedef unsigned int yy_size_t
typedef unsigned char YY_CHAR
typedef int yy_state_type

Functions

void fcodeYYrestart (FILE *input_file)
void fcodeYY_switch_to_buffer (YY_BUFFER_STATE new_buffer)
YY_BUFFER_STATE fcodeYY_create_buffer (FILE *file, int size)
void fcodeYY_delete_buffer (YY_BUFFER_STATE b)
void fcodeYY_flush_buffer (YY_BUFFER_STATE b)
void fcodeYYpush_buffer_state (YY_BUFFER_STATE new_buffer)
void fcodeYYpop_buffer_state (void)
YY_BUFFER_STATE fcodeYY_scan_buffer (char *base, yy_size_t size)
YY_BUFFER_STATE fcodeYY_scan_string (yyconst char *yy_str)
YY_BUFFER_STATE fcodeYY_scan_bytes (yyconst char *bytes, int len)
void * fcodeYYalloc (yy_size_t)
void * fcodeYYrealloc (void *, yy_size_t)
void fcodeYYfree (void *)
void startUseScope ()
void endUseScope ()
void addUse (QString moduleName)
int fcodeYYlex (void)
int fcodeYYget_lineno (void)
FILE * fcodeYYget_in (void)
FILE * fcodeYYget_out (void)
int fcodeYYget_leng (void)
char * fcodeYYget_text (void)
void fcodeYYset_lineno (int line_number)
void fcodeYYset_in (FILE *in_str)
void fcodeYYset_out (FILE *out_str)
int fcodeYYget_debug (void)
void fcodeYYset_debug (int bdebug)
int fcodeYYlex_destroy (void)
void resetFortranCodeParserState ()
void parseFortranCode (CodeOutputInterface &od, const char *className, const QCString &s, bool exBlock, const char *exName, FileDef *fd, int startLine, int endLine, bool inlineFragment, MemberDef *memberDef)
void fcodeYYdummy ()

Variables

int fcodeYYleng
FILE * fcodeYYin
FILE * fcodeYYout
int fcodeYYleng
FILE * fcodeYYin = (FILE *) 0
FILE * fcodeYYout = (FILE *) 0
int fcodeYYlineno
int fcodeYYlineno = 1
char * fcodeYYtext
int fcodeYY_flex_debug
int fcodeYY_flex_debug = 0
char * fcodeYYtext


Define Documentation

#define BEGIN   (yy_start) = 1 + 2 *

Definition at line 123 of file fortrancode.cpp.

#define ClassName   4

Definition at line 1835 of file fortrancode.cpp.

#define ClassVar   5

Definition at line 1836 of file fortrancode.cpp.

#define Declaration   11

Definition at line 1842 of file fortrancode.cpp.

#define DeclContLine   12

Definition at line 1843 of file fortrancode.cpp.

#define DocBlock   7

Definition at line 1838 of file fortrancode.cpp.

#define ECHO   (void) fwrite( fcodeYYtext, fcodeYYleng, 1, fcodeYYout )

Definition at line 1913 of file fortrancode.cpp.

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 158 of file fortrancode.cpp.

#define EOB_ACT_END_OF_FILE   1

Definition at line 159 of file fortrancode.cpp.

#define EOB_ACT_LAST_MATCH   2

Definition at line 160 of file fortrancode.cpp.

#define fcodeYYwrap (  )     1

Definition at line 338 of file fortrancode.cpp.

#define FLEX_BETA

Definition at line 13 of file fortrancode.cpp.

#define FLEX_SCANNER

Definition at line 8 of file fortrancode.cpp.

#define FuncDef   3

Definition at line 1834 of file fortrancode.cpp.

#define INITIAL   0

Definition at line 1831 of file fortrancode.cpp.

#define INT16_MAX   (32767)

Definition at line 72 of file fortrancode.cpp.

#define INT16_MIN   (-32767-1)

Definition at line 63 of file fortrancode.cpp.

#define INT32_MAX   (2147483647)

Definition at line 75 of file fortrancode.cpp.

#define INT32_MIN   (-2147483647-1)

Definition at line 66 of file fortrancode.cpp.

#define INT8_MAX   (127)

Definition at line 69 of file fortrancode.cpp.

#define INT8_MIN   (-128)

Definition at line 60 of file fortrancode.cpp.

#define Parameterlist   13

Definition at line 1844 of file fortrancode.cpp.

#define REJECT

Value:

{ \
*yy_cp = (yy_hold_char); /* undo effects of setting up fcodeYYtext */ \
yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
(yy_lp) = yy_full_lp; /* restore orig. accepting pos. */ \
(yy_state_ptr) = yy_full_state; /* restore orig. state */ \
yy_current_state = *(yy_state_ptr); /* restore curr. state */ \
++(yy_lp); \
goto find_rule; \
}

Definition at line 1228 of file fortrancode.cpp.

#define Start   1

Definition at line 1832 of file fortrancode.cpp.

#define String   14

Definition at line 1845 of file fortrancode.cpp.

#define SubCall   2

Definition at line 1833 of file fortrancode.cpp.

#define Subprog   6

Definition at line 1837 of file fortrancode.cpp.

#define TypeDecl   10

Definition at line 1841 of file fortrancode.cpp.

#define UINT16_MAX   (65535U)

Definition at line 81 of file fortrancode.cpp.

#define UINT32_MAX   (4294967295U)

Definition at line 84 of file fortrancode.cpp.

#define UINT8_MAX   (255U)

Definition at line 78 of file fortrancode.cpp.

#define unput (  )     yyunput( c, (yytext_ptr) )

Definition at line 178 of file fortrancode.cpp.

#define Use   8

Definition at line 1839 of file fortrancode.cpp.

#define UseOnly   9

Definition at line 1840 of file fortrancode.cpp.

 
#define YY_AT_BOL (  )     (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 334 of file fortrancode.cpp.

#define YY_BREAK   break;

Definition at line 1992 of file fortrancode.cpp.

#define YY_BUF_SIZE   262144

Definition at line 142 of file fortrancode.cpp.

#define YY_BUFFER_EOF_PENDING   2

Definition at line 250 of file fortrancode.cpp.

#define YY_BUFFER_NEW   0

Definition at line 238 of file fortrancode.cpp.

#define YY_BUFFER_NORMAL   1

Definition at line 239 of file fortrancode.cpp.

#define YY_CURRENT_BUFFER

Value:

( (yy_buffer_stack) \
                          ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
                          : NULL)

Definition at line 266 of file fortrancode.cpp.

#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]

Definition at line 273 of file fortrancode.cpp.

#define YY_DECL   int fcodeYYlex (void)

Definition at line 1980 of file fortrancode.cpp.

#define YY_DECL_IS_OURS   1

Definition at line 1976 of file fortrancode.cpp.

#define YY_DO_BEFORE_ACTION

Value:

(yytext_ptr) = yy_bp; \
        fcodeYYleng = (size_t) (yy_cp - yy_bp); \
        (yy_hold_char) = *yy_cp; \
        *yy_cp = '\0'; \
        (yy_c_buf_p) = yy_cp;

Definition at line 362 of file fortrancode.cpp.

#define YY_END_OF_BUFFER   48

Definition at line 370 of file fortrancode.cpp.

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 138 of file fortrancode.cpp.

#define YY_EXIT_FAILURE   2

Definition at line 3392 of file fortrancode.cpp.

#define YY_EXTRA_TYPE   void *

Definition at line 1856 of file fortrancode.cpp.

#define YY_FATAL_ERROR ( msg   )     yy_fatal_error( msg )

Definition at line 1967 of file fortrancode.cpp.

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 9 of file fortrancode.cpp.

#define YY_FLEX_MINOR_VERSION   5

Definition at line 10 of file fortrancode.cpp.

#define YY_FLEX_SUBMINOR_VERSION   33

Definition at line 11 of file fortrancode.cpp.

#define YY_FLUSH_BUFFER   fcodeYY_flush_buffer(YY_CURRENT_BUFFER )

Definition at line 302 of file fortrancode.cpp.

#define YY_INPUT ( buf,
result,
max_size   )     result=yyread(buf,max_size);

Definition at line 1799 of file fortrancode.cpp.

#define YY_INT_ALIGNED   short int

Definition at line 4 of file fortrancode.cpp.

#define YY_LESS_LINENO (  ) 

Definition at line 162 of file fortrancode.cpp.

#define YY_MORE_ADJ   0

Definition at line 1240 of file fortrancode.cpp.

#define YY_NEVER_INTERACTIVE   1

Todo:
  • continutation lines not always recognized
    • merging of use-statements with same module name and different only-names
    • rename part of use-statement
    • links to interface functions
    • references to variables

Definition at line 1289 of file fortrancode.cpp.

#define yy_new_buffer   fcodeYY_create_buffer

Definition at line 312 of file fortrancode.cpp.

#define YY_NEW_FILE   fcodeYYrestart(fcodeYYin )

Definition at line 136 of file fortrancode.cpp.

#define YY_NO_TOP_STATE   1

Definition at line 1290 of file fortrancode.cpp.

#define YY_NULL   0

Definition at line 110 of file fortrancode.cpp.

#define YY_NUM_RULES   47

Definition at line 369 of file fortrancode.cpp.

#define YY_READ_BUF_SIZE   8192

Definition at line 1905 of file fortrancode.cpp.

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 1241 of file fortrancode.cpp.

#define YY_RULE_SETUP   YY_USER_ACTION

Definition at line 1995 of file fortrancode.cpp.

#define YY_SC_TO_UI (  )     ((unsigned int) (unsigned char) c)

Definition at line 117 of file fortrancode.cpp.

#define yy_set_bol ( at_bol   ) 

Value:

{ \
        if ( ! YY_CURRENT_BUFFER ){\
        fcodeYYensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
            fcodeYY_create_buffer(fcodeYYin,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
        }

Definition at line 324 of file fortrancode.cpp.

#define yy_set_interactive ( is_interactive   ) 

Value:

{ \
        if ( ! YY_CURRENT_BUFFER ){ \
        fcodeYYensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
            fcodeYY_create_buffer(fcodeYYin,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
        }

Definition at line 314 of file fortrancode.cpp.

#define YY_SKIP_YYWRAP

Definition at line 339 of file fortrancode.cpp.

#define YY_START   (((yy_start) - 1) / 2)

Definition at line 129 of file fortrancode.cpp.

#define YY_START_STACK_INCR   25

Definition at line 1962 of file fortrancode.cpp.

#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))

Definition at line 147 of file fortrancode.cpp.

#define YY_STATE_EOF ( state   )     (YY_END_OF_BUFFER + state + 1)

Definition at line 133 of file fortrancode.cpp.

#define YY_TRAILING_HEAD_MASK   0x4000

Definition at line 1227 of file fortrancode.cpp.

#define YY_TRAILING_MASK   0x2000

Definition at line 1226 of file fortrancode.cpp.

#define yyconst

Definition at line 106 of file fortrancode.cpp.

#define yyless (  ) 

Value:

do \
                { \
                /* Undo effects of setting up fcodeYYtext. */ \
        int yyless_macro_arg = (n); \
        YY_LESS_LINENO(yyless_macro_arg);\
                fcodeYYtext[fcodeYYleng] = (yy_hold_char); \
                (yy_c_buf_p) = fcodeYYtext + yyless_macro_arg; \
                (yy_hold_char) = *(yy_c_buf_p); \
                *(yy_c_buf_p) = '\0'; \
                fcodeYYleng = yyless_macro_arg; \
                } \
        while ( 0 )

Definition at line 3404 of file fortrancode.cpp.

#define yyless (  ) 

Value:

do \
                { \
                /* Undo effects of setting up fcodeYYtext. */ \
        int yyless_macro_arg = (n); \
        YY_LESS_LINENO(yyless_macro_arg);\
                *yy_cp = (yy_hold_char); \
                YY_RESTORE_YY_MORE_OFFSET \
                (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
                YY_DO_BEFORE_ACTION; /* set up fcodeYYtext again */ \
                } \
        while ( 0 )

Definition at line 3404 of file fortrancode.cpp.

 
#define yymore (  )     yymore_used_but_not_detected

Definition at line 1239 of file fortrancode.cpp.

#define YYSTATE   YY_START

Definition at line 130 of file fortrancode.cpp.

#define YYTABLES_NAME   "yytables"

Definition at line 3610 of file fortrancode.cpp.

 
#define yyterminate (  )     return YY_NULL

Definition at line 1957 of file fortrancode.cpp.

#define yytext_ptr   fcodeYYtext

Definition at line 352 of file fortrancode.cpp.


Typedef Documentation

typedef short int flex_int16_t

Definition at line 51 of file fortrancode.cpp.

typedef int flex_int32_t

Definition at line 52 of file fortrancode.cpp.

typedef signed char flex_int8_t

Definition at line 50 of file fortrancode.cpp.

typedef unsigned short int flex_uint16_t

Definition at line 54 of file fortrancode.cpp.

typedef unsigned int flex_uint32_t

Definition at line 55 of file fortrancode.cpp.

typedef unsigned char flex_uint8_t

Definition at line 53 of file fortrancode.cpp.

typedef struct yy_buffer_state* YY_BUFFER_STATE

Definition at line 151 of file fortrancode.cpp.

typedef unsigned char YY_CHAR

Definition at line 341 of file fortrancode.cpp.

typedef unsigned int yy_size_t

Definition at line 187 of file fortrancode.cpp.

typedef int yy_state_type

Definition at line 345 of file fortrancode.cpp.


Function Documentation

void addUse ( QString  moduleName  ) 

Definition at line 1791 of file fortrancode.cpp.

void endUseScope (  ) 

end use list

Definition at line 1772 of file fortrancode.cpp.

References SDict< T >::remove().

YY_BUFFER_STATE fcodeYY_create_buffer ( FILE *  file,
int  size 
)

void fcodeYY_delete_buffer ( YY_BUFFER_STATE  b  ) 

Referenced by fcodeYYlex_destroy(), and fcodeYYpop_buffer_state().

void fcodeYY_flush_buffer ( YY_BUFFER_STATE  b  ) 

Discard all buffered characters. On the next scan, YY_INPUT will be called.

Parameters:
b the buffer state to be flushed, usually YY_CURRENT_BUFFER.

Definition at line 3150 of file fortrancode.cpp.

References yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_CURRENT_BUFFER, YY_END_OF_BUFFER_CHAR, and yy_buffer_state::yy_n_chars.

YY_BUFFER_STATE fcodeYY_scan_buffer ( char *  base,
yy_size_t  size 
)

Setup the input buffer state to scan directly from a user-specified character buffer.

Parameters:
base the character buffer
size the size in bytes of the character buffer
Returns:
the newly allocated buffer state object.

Definition at line 3273 of file fortrancode.cpp.

References fcodeYY_switch_to_buffer(), fcodeYYalloc(), yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, yy_buffer_state::yy_buf_size, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_buffer_state::yy_fill_buffer, yy_buffer_state::yy_input_file, yy_buffer_state::yy_is_interactive, yy_buffer_state::yy_is_our_buffer, and yy_buffer_state::yy_n_chars.

Referenced by fcodeYY_scan_bytes().

YY_BUFFER_STATE fcodeYY_scan_bytes ( yyconst char *  yybytes,
int  _yybytes_len 
)

Setup the input buffer state to scan the given bytes. The next call to fcodeYYlex() will scan from a copy of bytes.

Parameters:
bytes the byte buffer to scan
len the number of bytes in the buffer pointed to by bytes.
Returns:
the newly allocated buffer state object.

Definition at line 3323 of file fortrancode.cpp.

References fcodeYY_scan_buffer(), fcodeYYalloc(), YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, and yy_buffer_state::yy_is_our_buffer.

Referenced by fcodeYY_scan_string().

YY_BUFFER_STATE fcodeYY_scan_string ( yyconst char *  yystr  ) 

Setup the input buffer state to scan a string. The next call to fcodeYYlex() will scan from a copy of str.

Parameters:
str a NUL-terminated string to scan
Returns:
the newly allocated buffer state object.
Note:
If you want to scan bytes that may contain NUL values, then use fcodeYY_scan_bytes() instead.

Definition at line 3310 of file fortrancode.cpp.

References fcodeYY_scan_bytes().

void fcodeYY_switch_to_buffer ( YY_BUFFER_STATE  new_buffer  ) 

Referenced by fcodeYY_scan_buffer().

void * fcodeYYalloc ( yy_size_t   ) 

Definition at line 3588 of file fortrancode.cpp.

Referenced by fcodeYY_scan_buffer(), and fcodeYY_scan_bytes().

void fcodeYYdummy (  ) 

Definition at line 3697 of file fortrancode.cpp.

void fcodeYYfree ( void *   ) 

Definition at line 3605 of file fortrancode.cpp.

Referenced by fcodeYYlex_destroy().

int fcodeYYget_debug ( void   ) 

Definition at line 3488 of file fortrancode.cpp.

FILE* fcodeYYget_in ( void   ) 

Get the input stream.

Definition at line 3432 of file fortrancode.cpp.

References fcodeYYin.

int fcodeYYget_leng ( void   ) 

Get the length of the current token.

Definition at line 3448 of file fortrancode.cpp.

References fcodeYYleng.

int fcodeYYget_lineno ( void   ) 

Get the current line number.

Definition at line 3423 of file fortrancode.cpp.

FILE* fcodeYYget_out ( void   ) 

Get the output stream.

Definition at line 3440 of file fortrancode.cpp.

References fcodeYYout.

char* fcodeYYget_text ( void   ) 

Get the current token.

Definition at line 3457 of file fortrancode.cpp.

int fcodeYYlex ( void   ) 

Referenced by parseFortranCode().

int fcodeYYlex_destroy ( void   ) 

Definition at line 3536 of file fortrancode.cpp.

References fcodeYY_delete_buffer(), fcodeYYfree(), fcodeYYpop_buffer_state(), YY_CURRENT_BUFFER, and YY_CURRENT_BUFFER_LVALUE.

void fcodeYYpop_buffer_state ( void   ) 

Removes and deletes the top of the stack, if present. The next element becomes the new top.

Definition at line 3209 of file fortrancode.cpp.

References fcodeYY_delete_buffer(), YY_CURRENT_BUFFER, and YY_CURRENT_BUFFER_LVALUE.

Referenced by fcodeYYlex_destroy().

void fcodeYYpush_buffer_state ( YY_BUFFER_STATE  new_buffer  ) 

Pushes the new state onto the stack. The new state becomes the current state. This function will allocate the stack if necessary.

Parameters:
new_buffer The new state.

Definition at line 3179 of file fortrancode.cpp.

References YY_CURRENT_BUFFER, and YY_CURRENT_BUFFER_LVALUE.

void * fcodeYYrealloc ( void *  ,
yy_size_t   
)

Definition at line 3593 of file fortrancode.cpp.

void fcodeYYrestart ( FILE *  input_file  ) 

Referenced by parseFortranCode().

void fcodeYYset_debug ( int  bdebug  ) 

Definition at line 3493 of file fortrancode.cpp.

void fcodeYYset_in ( FILE *  in_str  ) 

Set the input stream. This does not discard the current input buffer.

Parameters:
in_str A readable stream.
See also:
fcodeYY_switch_to_buffer

Definition at line 3478 of file fortrancode.cpp.

References fcodeYYin.

void fcodeYYset_lineno ( int  line_number  ) 

Set the current line number.

Parameters:
line_number 

Definition at line 3466 of file fortrancode.cpp.

void fcodeYYset_out ( FILE *  out_str  ) 

Definition at line 3483 of file fortrancode.cpp.

References fcodeYYout.

void parseFortranCode ( CodeOutputInterface od,
const char *  className,
const QCString &  s,
bool  exBlock,
const char *  exName,
FileDef fd,
int  startLine,
int  endLine,
bool  inlineFragment,
MemberDef memberDef 
)

Definition at line 3623 of file fortrancode.cpp.

References BEGIN, convertNameToFile(), CodeOutputInterface::endCodeLine(), fcodeYYin, fcodeYYlex(), fcodeYYrestart(), FileDef::getSourceFileBase(), FileDef::name(), and Start.

Referenced by FortranLanguageScanner::parseCode().

void resetFortranCodeParserState (  ) 

Definition at line 3621 of file fortrancode.cpp.

Referenced by FortranLanguageScanner::resetCodeParserState().

void startUseScope (  ) 

start use list

Definition at line 1764 of file fortrancode.cpp.


Variable Documentation

int fcodeYY_flex_debug = 0

Definition at line 1218 of file fortrancode.cpp.

int fcodeYY_flex_debug

Definition at line 1218 of file fortrancode.cpp.

FILE* fcodeYYin = (FILE *) 0

Definition at line 343 of file fortrancode.cpp.

Referenced by fcodeYYget_in(), fcodeYYset_in(), and parseFortranCode().

FILE* fcodeYYin

Definition at line 343 of file fortrancode.cpp.

Referenced by fcodeYYget_in(), fcodeYYset_in(), and parseFortranCode().

int fcodeYYleng

Definition at line 278 of file fortrancode.cpp.

Referenced by fcodeYYget_leng().

int fcodeYYleng

Definition at line 278 of file fortrancode.cpp.

Referenced by fcodeYYget_leng().

int fcodeYYlineno = 1

Definition at line 349 of file fortrancode.cpp.

int fcodeYYlineno

Definition at line 349 of file fortrancode.cpp.

FILE * fcodeYYout = (FILE *) 0

Definition at line 343 of file fortrancode.cpp.

Referenced by fcodeYYget_out(), and fcodeYYset_out().

FILE * fcodeYYout

Definition at line 343 of file fortrancode.cpp.

Referenced by fcodeYYget_out(), and fcodeYYset_out().

char* fcodeYYtext

Definition at line 1242 of file fortrancode.cpp.

char* fcodeYYtext

Definition at line 1242 of file fortrancode.cpp.



Generated on Mon Mar 31 10:58:52 2008 by  doxygen 1.5.1