15 #ifndef SAGE3_CLASSES_BASIC__H
16 #define SAGE3_CLASSES_BASIC__H
26 #include "featureTests.h"
33 #ifndef __STDC_FORMAT_MACROS
34 #define __STDC_FORMAT_MACROS
41 #ifdef ROSE_HAVE_BOOST_SERIALIZATION_LIB
42 #include <boost/filesystem.hpp>
43 #include <boost/serialization/nvp.hpp>
45 namespace serialization {
46 template<
class Archive>
47 void serialize(Archive &ar, boost::filesystem::path &path,
const unsigned version) {
48 if (Archive::is_saving::value) {
49 std::string nativePath = path.string();
50 ar & BOOST_SERIALIZATION_NVP(nativePath);
52 std::string nativePath;
53 ar & BOOST_SERIALIZATION_NVP(nativePath);
82 #include "Rose/Constants.h"
91 #include <semaphore.h>
92 #include "fileoffsetbits.h"
97 #define snprintf _snprintf
102 #ifndef TEMP_FAILURE_RETRY
103 #define TEMP_FAILURE_RETRY(expression) \
106 do _result = (long int) (expression); \
107 while (_result == -1L && errno == EINTR); \
122 #include "rose_paths.h"
128 #define PRINT_DEVELOPER_WARNINGS 0
132 #if defined(__WIN32__) || defined (__WIN16__)
133 #error "WIN macros should not be defined (test in sage3.h)"
137 #if defined(__MSDOS__) && defined(_Windows)
138 #error "MSDOS macros should not be defined"
149 #include <sys/stat.h>
157 #define ENFORCE_NO_FUNCTION_TEMPLATE_DECLARATIONS_IN_TEMPLATE_CLASS_INSTANTIATIONS 0
160 #define REMOVE_SET_PARENT_FUNCTION
163 #define DEBUG_SAGE_ACCESS_FUNCTIONS 0
165 #define DEBUG_SAGE_ACCESS_FUNCTIONS_ASSERTION 0
172 #define USE_RESET_TEMPLATE_NAME false
178 #if defined(__clang__)
179 # define ROSE_DEPRECATED(WHY) __attribute__((deprecated(WHY)))
180 #elif defined(__GNUC__)
181 # define ROSE_DEPRECATED(WHY) __attribute__((deprecated))
182 #elif defined(_MSC_VER)
183 # define ROSE_DEPRECATED(WHY)
185 # define ROSE_DEPRECATED(WHY)
196 #undef ROSE_SUPPRESS_DEPRECATION_WARNINGS
197 #define ROSE_SUPPRESS_DEPRECATION_WARNINGS
198 #if !defined(ROSE_SUPPRESS_DEPRECATION_WARNINGS)
199 # if !defined(ROSE_DEPRECATED_FUNCTION)
200 # define ROSE_DEPRECATED_FUNCTION ROSE_DEPRECATED
202 # if !defined(ROSE_DEPRECATED_VARIABLE)
203 # define ROSE_DEPRECATED_VARIABLE ROSE_DEPRECATED
206 # if !defined(ROSE_DEPRECATED_FUNCTION)
207 # define ROSE_DEPRECATED_FUNCTION
209 # if !defined(ROSE_DEPRECATED_VARIABLE)
210 # define ROSE_DEPRECATED_VARIABLE
216 #if !defined(ROSE_SUPPRESS_DEPRECATION_WARNINGS)
217 # if defined(__GNUC__)
219 # define ROSE_DEPRECATED_FUNCTION __attribute__((deprecated))
220 # define ROSE_DEPRECATED_VARIABLE __attribute__((deprecated))
221 # elif defined(_MSC_VER)
225 # define ROSE_DEPRECATED_FUNCTION
226 # define ROSE_DEPRECATED_VARIABLE
229 # define ROSE_DEPRECATED_FUNCTION
230 # define ROSE_DEPRECATED_VARIABLE
233 # define ROSE_DEPRECATED_FUNCTION
234 # define ROSE_DEPRECATED_VARIABLE
238 #define ROSE_IMPLICIT_FORTRAN_PROGRAM_NAME "rose_fortran_main"
248 #define PRINT_SIDE_EFFECT_WARNINGS false
257 #define STRICT_ERROR_CHECKING 0
259 #define STRICT_ERROR_CHECKING false
274 #define ALT_FIXUP_COPY 1
311 #include "rosedefs.h"
313 #include "rose_attributes_list.h"
316 #include <Rose/StringUtility.h>
317 #include "FileUtility.h"
353 #define DEFAULT_CLASS_ALLOCATION_POOL_SIZE 2000
357 #if DEFAULT_CLASS_ALLOCATION_POOL_SIZE < 1
358 #error "DEFAULT_CLASS_ALLOCATION_POOL_SIZE must be greater than zero!"
371 #define ROSE_MALLOC ::malloc
372 #define ROSE_FREE ::free
375 #define SKIP_BLOCK_NUMBER_CACHING 0
376 #define SKIP_MANGLED_NAME_CACHING 0
379 #include "AstAttributeMechanism.h"
389 #ifdef ROSE_USE_SMALLER_GENERATED_FILES
391 #define ROSE_USING_SMALL_GENERATED_HEADER_FILES 1
398 #include "Cxx_Grammar.h"
401 #undef CCPP_EXTENSIONS_ALLOWED
404 #include "utility_functions.h"
415 #include "sageInterface.h"
420 #include "manglingSupport.h"
426 #define USE_OLD_MECHANISM_OF_HANDLING_PREPROCESSING_INFO 0
435 #define USE_ABSOLUTE_PATHS_IN_SOURCE_FILE_LIST 0
439 #include "AstPerformance.h"
441 #ifdef ROSE_USE_INTERNAL_FRONTEND_DEVELOPMENT
442 #include "transformationSupport.h"
449 #define ALLOW_DELETE_OF_EXPLORATORY_NODE 1
454 #include <Rose/Initialize.h>
457 #define OMPVERSION 201511