PIPS
properties-local.h File Reference
#include "property.h"
+ Include dependency graph for properties-local.h:

Go to the source code of this file.

Macros

#define ONE_TRIP_DO   "ONE_TRIP_DO"
 
#define PRETTYPRINT_TRANSFORMER   "PRETTYPRINT_TRANSFORMER"
 
#define PRETTYPRINT_EXECUTION_CONTEXT   "PRETTYPRINT_EXECUTION_CONTEXT"
 
#define PRETTYPRINT_EFFECTS   "PRETTYPRINT_EFFECTS"
 
#define PRETTYPRINT_PARALLEL   "PRETTYPRINT_PARALLEL"
 
#define PRETTYPRINT_REVERSE_DOALL   "PRETTYPRINT_REVERSE_DOALL"
 
#define PRETTYPRINT_REGION   "PRETTYPRINT_REGION"
 
#define SEMANTICS_FLOW_SENSITIVE   "SEMANTICS_FLOW_SENSITIVE"
 
#define SEMANTICS_INTERPROCEDURAL   "SEMANTICS_INTERPROCEDURAL"
 
#define SEMANTICS_INEQUALITY_INVARIANT   "SEMANTICS_INEQUALITY_INVARIANT"
 
#define SEMANTICS_FIX_POINT   "SEMANTICS_FIX_POINT"
 
#define SEMANTICS_DEBUG_LEVEL   "SEMANTICS_DEBUG_LEVEL"
 
#define SEMANTICS_STDOUT   "SEMANTICS_STDOUT"
 
#define PARALLELIZE_USE_EXECUTION_CONTEXT   "PARALLELIZE_USE_EXECUTION_CONTEXT"
 
#define DEPENDENCE_TEST   "DEPENDENCE_TEST"
 
#define RICEDG_PROVIDE_STATISTICS   "RICEDG_PROVIDE_STATISTICS"
 
#define pips_flag_p(p)   get_bool_property(p)
 for upwards compatibility with Francois's modified version More...
 
#define pips_flag_set(p)   set_bool_property((p), true)
 
#define pips_flag_reset(p)   set_bool_property((p), false)
 
#define pips_flag_fprint(fd)   fprint_properties(fd)
 

Functions

bool too_many_property_errors_pending_p (void)
 
void reset_property_error (void)
 

Macro Definition Documentation

◆ DEPENDENCE_TEST

#define DEPENDENCE_TEST   "DEPENDENCE_TEST"

Definition at line 44 of file properties-local.h.

◆ ONE_TRIP_DO

#define ONE_TRIP_DO   "ONE_TRIP_DO"

Definition at line 26 of file properties-local.h.

◆ PARALLELIZE_USE_EXECUTION_CONTEXT

#define PARALLELIZE_USE_EXECUTION_CONTEXT   "PARALLELIZE_USE_EXECUTION_CONTEXT"

Definition at line 42 of file properties-local.h.

◆ pips_flag_fprint

#define pips_flag_fprint (   fd)    fprint_properties(fd)

Definition at line 51 of file properties-local.h.

◆ pips_flag_p

#define pips_flag_p (   p)    get_bool_property(p)

for upwards compatibility with Francois's modified version

Definition at line 48 of file properties-local.h.

◆ pips_flag_reset

#define pips_flag_reset (   p)    set_bool_property((p), false)

Definition at line 50 of file properties-local.h.

◆ pips_flag_set

#define pips_flag_set (   p)    set_bool_property((p), true)

Definition at line 49 of file properties-local.h.

◆ PRETTYPRINT_EFFECTS

#define PRETTYPRINT_EFFECTS   "PRETTYPRINT_EFFECTS"

Definition at line 30 of file properties-local.h.

◆ PRETTYPRINT_EXECUTION_CONTEXT

#define PRETTYPRINT_EXECUTION_CONTEXT   "PRETTYPRINT_EXECUTION_CONTEXT"

Definition at line 29 of file properties-local.h.

◆ PRETTYPRINT_PARALLEL

#define PRETTYPRINT_PARALLEL   "PRETTYPRINT_PARALLEL"

Definition at line 31 of file properties-local.h.

◆ PRETTYPRINT_REGION

#define PRETTYPRINT_REGION   "PRETTYPRINT_REGION"

Definition at line 33 of file properties-local.h.

◆ PRETTYPRINT_REVERSE_DOALL

#define PRETTYPRINT_REVERSE_DOALL   "PRETTYPRINT_REVERSE_DOALL"

Definition at line 32 of file properties-local.h.

◆ PRETTYPRINT_TRANSFORMER

#define PRETTYPRINT_TRANSFORMER   "PRETTYPRINT_TRANSFORMER"

Definition at line 28 of file properties-local.h.

◆ RICEDG_PROVIDE_STATISTICS

#define RICEDG_PROVIDE_STATISTICS   "RICEDG_PROVIDE_STATISTICS"

Definition at line 45 of file properties-local.h.

◆ SEMANTICS_DEBUG_LEVEL

#define SEMANTICS_DEBUG_LEVEL   "SEMANTICS_DEBUG_LEVEL"

Definition at line 39 of file properties-local.h.

◆ SEMANTICS_FIX_POINT

#define SEMANTICS_FIX_POINT   "SEMANTICS_FIX_POINT"

Definition at line 38 of file properties-local.h.

◆ SEMANTICS_FLOW_SENSITIVE

#define SEMANTICS_FLOW_SENSITIVE   "SEMANTICS_FLOW_SENSITIVE"

Definition at line 35 of file properties-local.h.

◆ SEMANTICS_INEQUALITY_INVARIANT

#define SEMANTICS_INEQUALITY_INVARIANT   "SEMANTICS_INEQUALITY_INVARIANT"

Definition at line 37 of file properties-local.h.

◆ SEMANTICS_INTERPROCEDURAL

#define SEMANTICS_INTERPROCEDURAL   "SEMANTICS_INTERPROCEDURAL"

Definition at line 36 of file properties-local.h.

◆ SEMANTICS_STDOUT

#define SEMANTICS_STDOUT   "SEMANTICS_STDOUT"

Definition at line 40 of file properties-local.h.

Function Documentation

◆ reset_property_error()

void reset_property_error ( void  )

◆ too_many_property_errors_pending_p()

bool too_many_property_errors_pending_p ( void  )

Definition at line 203 of file gfc2pips-stubs.c.

203  {
204  STUB_WARNING_MSG("unimplemented in gfc2pips !");
205 }
#define STUB_WARNING_MSG(msg)