Aprepro 5.0x
Loading...
Searching...
No Matches
apr_parser.cc File Reference
#include "apr_array.h"
#include "apr_util.h"
#include "aprepro.h"
#include <cerrno>
#include <cfenv>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <fmt/format.h>
#include <fmt/printf.h>
#include <iostream>
#include "aprepro_parser.h"
#include "apr_scanner.h"

Namespaces

namespace  anonymous_namespace{apr_parser.cc}
 
namespace  SEAMS
 

Macros

#define yylex   SEAMSlex
 
#define math_errhandling   MATH_ERRNO
 
#define yylex   aprepro.lexer->lex
 
#define YY_(msgid)
 
#define YY_EXCEPTIONS   1
 
#define YYCDEBUG
 
#define YY_SYMBOL_PRINT(Title, Symbol)
 
#define YY_REDUCE_PRINT(Rule)
 
#define YY_STACK_PRINT()
 
#define yyerrok   (yyerrstatus_ = 0)
 
#define yyclearin   (yyla.clear())
 
#define YYACCEPT   goto yyacceptlab
 
#define YYABORT   goto yyabortlab
 
#define YYERROR   goto yyerrorlab
 
#define YYRECOVERING()
 
#define YYCASE_(N, S)
 

Functions

void anonymous_namespace{apr_parser.cc}::reset_error ()
 

Macro Definition Documentation

◆ math_errhandling

#define math_errhandling   MATH_ERRNO

◆ YY_

#define YY_ ( msgid)
Value:
msgid

◆ YY_EXCEPTIONS

#define YY_EXCEPTIONS   1

◆ YY_REDUCE_PRINT

#define YY_REDUCE_PRINT ( Rule)
Value:
static_cast<void>(0)

◆ YY_STACK_PRINT

#define YY_STACK_PRINT ( )
Value:
static_cast<void>(0)

◆ YY_SYMBOL_PRINT

#define YY_SYMBOL_PRINT ( Title,
Symbol )
Value:
YY_USE(Symbol)
#define YY_USE(E)
Definition aprepro_parser.h:108

◆ YYABORT

#define YYABORT   goto yyabortlab

◆ YYACCEPT

#define YYACCEPT   goto yyacceptlab

◆ YYCASE_

#define YYCASE_ ( N,
S )
Value:
case N: yyformat = S; break

◆ YYCDEBUG

#define YYCDEBUG
Value:
if (false) \
std::cerr

◆ yyclearin

#define yyclearin   (yyla.clear())

◆ yyerrok

#define yyerrok   (yyerrstatus_ = 0)

◆ YYERROR

#define YYERROR   goto yyerrorlab

◆ yylex [1/2]

#define yylex   SEAMSlex

◆ yylex [2/2]

#define yylex   aprepro.lexer->lex

◆ YYRECOVERING

#define YYRECOVERING ( )
Value:
(!!yyerrstatus_)