|
| ROSE.Sage3.Methods.SgFile |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgFile :: Typeable a => SgNode a -> IO (Maybe (SgFile ())) |
| Attempts a dynamic cast of the given node to the type SgFile.
|
|
| upSgFile :: Typeable a => SgFile a -> SgFile () |
| Performs an upcast of a SgFile subtype to a SgFile.
|
|
| newFile :: Typeable a => Ptr CInt -> Ptr (Ptr CString) -> SgProject a -> IO (SgFile ()) |
| Stub for ::SgFile::SgFile of type void (int &, char **&, class ::SgProject*)
|
|
| newFile2 :: Typeable a => [CString] -> SgProject a -> IO (SgFile ()) |
| Stub for ::SgFile::SgFile of type void (class ::std::vector < string , allocator< string > > &, class ::SgProject*)
|
|
| newFile3 :: Typeable a => Ptr (SgFile a) -> IO (SgFile ()) |
| Stub for ::SgFile::SgFile of type void (const class ::SgFile&)
|
|
| newFile4 :: IO (SgFile ()) |
| Stub for ::SgFile::SgFile of type void ()
|
|
| fileAttributeExists :: Typeable a => SgFile a -> String -> IO Bool |
| Stub for ::SgFile::attributeExists of type bool (::std::string)
|
|
| fileBuildAST :: Typeable a => SgFile a -> [CString] -> [CString] -> IO CInt |
| Stub for ::SgFile::buildAST of type int (class ::std::vector < string , allocator< string > > , class ::std::vector < string , allocator< string > > )
|
|
| fileBuildCompilerCommandLineOptions :: Typeable a => SgFile a -> [CString] -> CInt -> String -> IO [CString] |
| Stub for ::SgFile::buildCompilerCommandLineOptions of type class ::std::vector < string , allocator< string > > (class ::std::vector < string , allocator< string > > &, int , const ::std::string&)
|
|
| fileBuildEDGCommandLine :: Typeable a => SgFile a -> [CString] -> [CString] -> CInt -> IO () |
| Stub for ::SgFile::build_EDG_CommandLine of type void (class ::std::vector < string , allocator< string > > &, class ::std::vector < string , allocator< string > > &, int )
|
|
| fileCallFrontEnd :: Typeable a => SgFile a -> IO CInt |
| Stub for ::SgFile::callFrontEnd of type int ()
|
|
| fileCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgFile a -> IO () |
| Stub for ::SgFile::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| fileClassName :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::class_name of type ::std::string()
|
|
| fileCompileOutput :: Typeable a => SgFile a -> CInt -> IO CInt |
| Stub for ::SgFile::compileOutput of type int (int )
|
|
| fileCompileOutputvector :: Typeable a => SgFile a -> [CString] -> CInt -> IO CInt |
| Stub for ::SgFile::compileOutput of type int (class ::std::vector < string , allocator< string > > &, int )
|
|
| fileDisplay :: Typeable a => SgFile a -> String -> IO () |
| Stub for ::SgFile::display of type void (const ::std::string&)
|
|
| fileDoSetupForConstructor :: (Typeable a, Typeable b) => SgFile a -> [CString] -> SgProject b -> IO () |
| Stub for ::SgFile::doSetupForConstructor of type void (const class ::std::vector < string , allocator< string > > &, class ::SgProject*)
|
|
| fileGenerateOutputFileName :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::generateOutputFileName of type ::std::string()
|
|
| fileGenerateCPreprocessorIntermediateFilename :: Typeable a => SgFile a -> String -> IO String |
| Stub for ::SgFile::generate_C_preprocessor_intermediate_filename of type ::std::string(::std::string)
|
|
| fileGetChildIndex :: (Typeable a, Typeable b) => SgFile a -> SgNode b -> IO CLong |
| Stub for ::SgFile::getChildIndex of type long (class ::SgNode*)
|
|
| fileGetFileName :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::getFileName of type ::std::string()
|
|
| fileGetSourceDirectory :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::getSourceDirectory of type ::std::string()
|
|
| fileGetWorkingDirectory :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::getWorkingDirectory of type ::std::string()
|
|
| fileGetC99Only :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_C99_only of type bool ()
|
|
| fileGetCOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_C_only of type bool ()
|
|
| fileGetCoArrayFortranOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_CoArrayFortran_only of type bool ()
|
|
| fileGetCudaOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_Cuda_only of type bool ()
|
|
| fileGetCxxOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_Cxx_only of type bool ()
|
|
| fileGetF2003Only :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_F2003_only of type bool ()
|
|
| fileGetF77Only :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_F77_only of type bool ()
|
|
| fileGetF90Only :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_F90_only of type bool ()
|
|
| fileGetF95Only :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_F95_only of type bool ()
|
|
| fileGetFortranOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_Fortran_only of type bool ()
|
|
| fileGetJavaOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_Java_only of type bool ()
|
|
| fileGetKCCFrontend :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_KCC_frontend of type bool ()
|
|
| fileGetOpenCLOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_OpenCL_only of type bool ()
|
|
| fileGetPHPOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_PHP_only of type bool ()
|
|
| fileGetPythonOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_Python_only of type bool ()
|
|
| fileGetUPCOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_UPC_only of type bool ()
|
|
| fileGetUPCxxOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_UPCxx_only of type bool ()
|
|
| fileGetBinaryOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_binary_only of type bool ()
|
|
| fileGetChildIndex2 :: (Typeable a, Typeable b) => SgFile a -> SgNode b -> IO CSize |
| Stub for ::SgFile::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| fileGetCollectAllCommentsAndDirectives :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_collectAllCommentsAndDirectives of type bool ()
|
|
| fileGetCompileOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_compileOnly of type bool ()
|
|
| fileGetCrayPointerSupport :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_cray_pointer_support of type bool ()
|
|
| fileGetDetectDanglingPointers :: Typeable a => SgFile a -> IO CInt |
| Stub for ::SgFile::get_detect_dangling_pointers of type int ()
|
|
| fileGetDisableEdgBackend :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_disable_edg_backend of type bool ()
|
|
| fileGetDisableSageBackend :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_disable_sage_backend of type bool ()
|
|
| fileGetDisassemblerSearchHeuristics :: Typeable a => SgFile a -> IO CUInt |
| Stub for ::SgFile::get_disassemblerSearchHeuristics of type unsigned int ()
|
|
| fileGetEmbedColorCodesInGeneratedCode :: Typeable a => SgFile a -> IO CInt |
| Stub for ::SgFile::get_embedColorCodesInGeneratedCode of type int ()
|
|
| fileGetEnableCpBackend :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_enable_cp_backend of type bool ()
|
|
| fileGetExitAfterParser :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_exit_after_parser of type bool ()
|
|
| fileGetFileInfo :: Typeable a => SgFile a -> IO (Sg_File_Info ()) |
| Stub for ::SgFile::get_file_info of type class ::Sg_File_Info*()
|
|
| fileGetFortranImplicitNone :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_fortran_implicit_none of type bool ()
|
|
| fileGetGenerateSourcePositionCodes :: Typeable a => SgFile a -> IO CInt |
| Stub for ::SgFile::get_generateSourcePositionCodes of type int ()
|
|
| fileGetIsLibraryArchive :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_isLibraryArchive of type bool ()
|
|
| fileGetIsObjectFile :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_isObjectFile of type bool ()
|
|
| fileGetLibraryArchiveObjectFileNameList :: Typeable a => SgFile a -> IO [CString] |
| Stub for ::SgFile::get_libraryArchiveObjectFileNameList of type const ::SgStringList&()
|
|
| fileGetMarkGeneratedFiles :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_markGeneratedFiles of type bool ()
|
|
| fileGetNegativeTest :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_negative_test of type bool ()
|
|
| fileGetNewFrontend :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_new_frontend of type bool ()
|
|
| fileGetNoImplicitInlineTemplates :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_no_implicit_inline_templates of type bool ()
|
|
| fileGetNoImplicitTemplates :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_no_implicit_templates of type bool ()
|
|
| fileGetNumberOfTraversalSuccessors :: Typeable a => SgFile a -> IO CSize |
| Stub for ::SgFile::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| fileGetOpenmp :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_openmp of type bool ()
|
|
| fileGetOpenmpAstOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_openmp_ast_only of type bool ()
|
|
| fileGetOpenmpLowering :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_openmp_lowering of type bool ()
|
|
| fileGetOpenmpParseOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_openmp_parse_only of type bool ()
|
|
| fileGetOriginalCommandLineArgumentList :: Typeable a => SgFile a -> IO [CString] |
| Stub for ::SgFile::get_originalCommandLineArgumentList of type ::SgStringList()
|
|
| fileGetOutputParserActions :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_output_parser_actions of type bool ()
|
|
| fileGetOutputTokens :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_output_tokens of type bool ()
|
|
| fileGetOutputWarnings :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_output_warnings of type bool ()
|
|
| fileGetPartitionerConfigurationFileName :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::get_partitionerConfigurationFileName of type ::std::string()
|
|
| fileGetPartitionerSearchHeuristics :: Typeable a => SgFile a -> IO CUInt |
| Stub for ::SgFile::get_partitionerSearchHeuristics of type unsigned int ()
|
|
| fileGetPreinitIl :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_preinit_il of type bool ()
|
|
| fileGetProject :: Typeable a => SgFile a -> IO (SgProject ()) |
| Stub for ::SgFile::get_project of type class ::SgProject*()
|
|
| fileGetReadExecutableFileFormatOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_read_executable_file_format_only of type bool ()
|
|
| fileGetReadInstructionsOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_read_instructions_only of type bool ()
|
|
| fileGetRelaxSyntaxCheck :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_relax_syntax_check of type bool ()
|
|
| fileGetRequiresCPreprocessor :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_requires_C_preprocessor of type bool ()
|
|
| fileGetSavedEdgCommandLine :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::get_savedEdgCommandLine of type ::std::string()
|
|
| fileGetSkipCommentsAndDirectives :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_skip_commentsAndDirectives of type bool ()
|
|
| fileGetSkipSyntaxCheck :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_skip_syntax_check of type bool ()
|
|
| fileGetSkipTransformation :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_skip_transformation of type bool ()
|
|
| fileGetSkipTranslationFromEdgAstToRoseAst :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_skip_translation_from_edg_ast_to_rose_ast of type bool ()
|
|
| fileGetSkipUnparse :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_skip_unparse of type bool ()
|
|
| fileGetSkipUnparseAsmCommands :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_skip_unparse_asm_commands of type bool ()
|
|
| fileGetSkipfinalCompileStep :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_skipfinalCompileStep of type bool ()
|
|
| fileGetSourceFileNameWithPath :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::get_sourceFileNameWithPath of type ::std::string()
|
|
| fileGetSourceFileNameWithoutPath :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::get_sourceFileNameWithoutPath of type ::std::string()
|
|
| fileGetSourceFileTypeIsUnknown :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileTypeIsUnknown of type bool ()
|
|
| fileGetSourceFileUsesBinaryFileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesBinaryFileExtension of type bool ()
|
|
| fileGetSourceFileUsesCoArrayFortranFileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesCoArrayFortranFileExtension of type bool ()
|
|
| fileGetSourceFileUsesCppFileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesCppFileExtension of type bool ()
|
|
| fileGetSourceFileUsesFortran2003FileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesFortran2003FileExtension of type bool ()
|
|
| fileGetSourceFileUsesFortran77FileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesFortran77FileExtension of type bool ()
|
|
| fileGetSourceFileUsesFortran90FileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesFortran90FileExtension of type bool ()
|
|
| fileGetSourceFileUsesFortran95FileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesFortran95FileExtension of type bool ()
|
|
| fileGetSourceFileUsesFortranFileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesFortranFileExtension of type bool ()
|
|
| fileGetSourceFileUsesJavaFileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesJavaFileExtension of type bool ()
|
|
| fileGetSourceFileUsesPHPFileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesPHPFileExtension of type bool ()
|
|
| fileGetSourceFileUsesPythonFileExtension :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_sourceFileUsesPythonFileExtension of type bool ()
|
|
| fileGetStartOfConstruct :: Typeable a => SgFile a -> IO (Sg_File_Info ()) |
| Stub for ::SgFile::get_startOfConstruct of type class ::Sg_File_Info*()
|
|
| fileGetStrictLanguageHandling :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_strict_language_handling of type bool ()
|
|
| fileGetTestingLevel :: Typeable a => SgFile a -> IO CInt |
| Stub for ::SgFile::get_testingLevel of type int ()
|
|
| fileGetTraversalSuccessorByIndex :: Typeable a => SgFile a -> CSize -> IO (SgNode ()) |
| Stub for ::SgFile::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| fileGetTraversalSuccessorContainer :: Typeable a => SgFile a -> IO [SgNode ()] |
| Stub for ::SgFile::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| fileGetTraversalSuccessorNamesContainer :: Typeable a => SgFile a -> IO [CString] |
| Stub for ::SgFile::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| fileGetUnparseHeaderFiles :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_unparseHeaderFiles of type bool ()
|
|
| fileGetUnparseBinaryFileFormat :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_unparse_binary_file_format of type bool ()
|
|
| fileGetUnparseIncludes :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_unparse_includes of type bool ()
|
|
| fileGetUnparseInstructionAddresses :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_unparse_instruction_addresses of type bool ()
|
|
| fileGetUnparseLineDirectives :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_unparse_line_directives of type bool ()
|
|
| fileGetUnparseOutputFilename :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::get_unparse_output_filename of type ::std::string()
|
|
| fileGetUnparseRawMemoryContents :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_unparse_raw_memory_contents of type bool ()
|
|
| fileGetUpcThreads :: Typeable a => SgFile a -> IO CInt |
| Stub for ::SgFile::get_upc_threads of type int ()
|
|
| fileGetUseBackendOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_useBackendOnly of type bool ()
|
|
| fileGetVerbose :: Typeable a => SgFile a -> IO CInt |
| Stub for ::SgFile::get_verbose of type int ()
|
|
| fileGetVisualizeDwarfOnly :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_visualize_dwarf_only of type bool ()
|
|
| fileGetVisualizeExecutableFileFormatSkipSymbols :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_visualize_executable_file_format_skip_symbols of type bool ()
|
|
| fileGetWave :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::get_wave of type bool ()
|
|
| fileInitialization :: Typeable a => SgFile a -> IO () |
| Stub for ::SgFile::initialization of type void ()
|
|
| fileInitializeSourcePosition :: Typeable a => SgFile a -> String -> IO () |
| Stub for ::SgFile::initializeSourcePosition of type void (const ::std::string&)
|
|
| fileIsInMemoryPool :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::isInMemoryPool of type bool ()
|
|
| fileIsPrelinkPhase :: Typeable a => SgFile a -> IO Bool |
| Stub for ::SgFile::isPrelinkPhase of type bool ()
|
|
| fileMemoryUsage :: IO CSize |
| Stub for ::SgFile::memoryUsage of type ::size_t()
|
|
| fileNumberOfAttributes :: Typeable a => SgFile a -> IO CInt |
| Stub for ::SgFile::numberOfAttributes of type int ()
|
|
| fileNumberOfNodes :: IO CSize |
| Stub for ::SgFile::numberOfNodes of type ::size_t()
|
|
| fileProcessBackendSpecificCommandLineOptions :: Typeable a => SgFile a -> [CString] -> IO () |
| Stub for ::SgFile::processBackendSpecificCommandLineOptions of type void (const class ::std::vector < string , allocator< string > > &)
|
|
| fileProcessRoseCommandLineOptions :: Typeable a => SgFile a -> [CString] -> IO () |
| Stub for ::SgFile::processRoseCommandLineOptions of type void (class ::std::vector < string , allocator< string > > &)
|
|
| fileRemoveAttribute :: Typeable a => SgFile a -> String -> IO () |
| Stub for ::SgFile::removeAttribute of type void (::std::string)
|
|
| fileSageClassName :: Typeable a => SgFile a -> IO String |
| Stub for ::SgFile::sage_class_name of type const char *()
|
|
| fileSecondaryPassOverSourceFile :: Typeable a => SgFile a -> IO () |
| Stub for ::SgFile::secondaryPassOverSourceFile of type void ()
|
|
| fileSetC99Only :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_C99_only of type void (bool )
|
|
| fileSetCOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_C_only of type void (bool )
|
|
| fileSetCoArrayFortranOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_CoArrayFortran_only of type void (bool )
|
|
| fileSetCudaOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_Cuda_only of type void (bool )
|
|
| fileSetCxxOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_Cxx_only of type void (bool )
|
|
| fileSetF2003Only :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_F2003_only of type void (bool )
|
|
| fileSetF77Only :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_F77_only of type void (bool )
|
|
| fileSetF90Only :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_F90_only of type void (bool )
|
|
| fileSetF95Only :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_F95_only of type void (bool )
|
|
| fileSetFortranOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_Fortran_only of type void (bool )
|
|
| fileSetJavaOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_Java_only of type void (bool )
|
|
| fileSetKCCFrontend :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_KCC_frontend of type void (bool )
|
|
| fileSetOpenCLOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_OpenCL_only of type void (bool )
|
|
| fileSetPHPOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_PHP_only of type void (bool )
|
|
| fileSetPythonOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_Python_only of type void (bool )
|
|
| fileSetUPCOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_UPC_only of type void (bool )
|
|
| fileSetUPCxxOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_UPCxx_only of type void (bool )
|
|
| fileSetBinaryOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_binary_only of type void (bool )
|
|
| fileSetCollectAllCommentsAndDirectives :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_collectAllCommentsAndDirectives of type void (bool )
|
|
| fileSetCompileOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_compileOnly of type void (bool )
|
|
| fileSetCrayPointerSupport :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_cray_pointer_support of type void (bool )
|
|
| fileSetDetectDanglingPointers :: Typeable a => SgFile a -> CInt -> IO () |
| Stub for ::SgFile::set_detect_dangling_pointers of type void (int )
|
|
| fileSetDisableEdgBackend :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_disable_edg_backend of type void (bool )
|
|
| fileSetDisableSageBackend :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_disable_sage_backend of type void (bool )
|
|
| fileSetDisassemblerSearchHeuristics :: Typeable a => SgFile a -> CUInt -> IO () |
| Stub for ::SgFile::set_disassemblerSearchHeuristics of type void (unsigned int )
|
|
| fileSetEmbedColorCodesInGeneratedCode :: Typeable a => SgFile a -> CInt -> IO () |
| Stub for ::SgFile::set_embedColorCodesInGeneratedCode of type void (int )
|
|
| fileSetEnableCpBackend :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_enable_cp_backend of type void (bool )
|
|
| fileSetExitAfterParser :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_exit_after_parser of type void (bool )
|
|
| fileSetFileInfo :: (Typeable a, Typeable b) => SgFile a -> Sg_File_Info b -> IO () |
| Stub for ::SgFile::set_file_info of type void (class ::Sg_File_Info*)
|
|
| fileSetFortranImplicitNone :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_fortran_implicit_none of type void (bool )
|
|
| fileSetGenerateSourcePositionCodes :: Typeable a => SgFile a -> CInt -> IO () |
| Stub for ::SgFile::set_generateSourcePositionCodes of type void (int )
|
|
| fileSetIsLibraryArchive :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_isLibraryArchive of type void (bool )
|
|
| fileSetIsObjectFile :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_isObjectFile of type void (bool )
|
|
| fileSetMarkGeneratedFiles :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_markGeneratedFiles of type void (bool )
|
|
| fileSetNegativeTest :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_negative_test of type void (bool )
|
|
| fileSetNewFrontend :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_new_frontend of type void (bool )
|
|
| fileSetNoImplicitInlineTemplates :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_no_implicit_inline_templates of type void (bool )
|
|
| fileSetNoImplicitTemplates :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_no_implicit_templates of type void (bool )
|
|
| fileSetOpenmp :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_openmp of type void (bool )
|
|
| fileSetOpenmpAstOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_openmp_ast_only of type void (bool )
|
|
| fileSetOpenmpLowering :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_openmp_lowering of type void (bool )
|
|
| fileSetOpenmpParseOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_openmp_parse_only of type void (bool )
|
|
| fileSetOriginalCommandLineArgumentList :: Typeable a => SgFile a -> [CString] -> IO () |
| Stub for ::SgFile::set_originalCommandLineArgumentList of type void (::SgStringList)
|
|
| fileSetOutputParserActions :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_output_parser_actions of type void (bool )
|
|
| fileSetOutputTokens :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_output_tokens of type void (bool )
|
|
| fileSetOutputWarnings :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_output_warnings of type void (bool )
|
|
| fileSetPartitionerConfigurationFileName :: Typeable a => SgFile a -> String -> IO () |
| Stub for ::SgFile::set_partitionerConfigurationFileName of type void (::std::string)
|
|
| fileSetPartitionerSearchHeuristics :: Typeable a => SgFile a -> CUInt -> IO () |
| Stub for ::SgFile::set_partitionerSearchHeuristics of type void (unsigned int )
|
|
| fileSetPreinitIl :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_preinit_il of type void (bool )
|
|
| fileSetReadExecutableFileFormatOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_read_executable_file_format_only of type void (bool )
|
|
| fileSetReadInstructionsOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_read_instructions_only of type void (bool )
|
|
| fileSetRelaxSyntaxCheck :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_relax_syntax_check of type void (bool )
|
|
| fileSetRequiresCPreprocessor :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_requires_C_preprocessor of type void (bool )
|
|
| fileSetSavedEdgCommandLine :: Typeable a => SgFile a -> String -> IO () |
| Stub for ::SgFile::set_savedEdgCommandLine of type void (::std::string)
|
|
| fileSetSkipCommentsAndDirectives :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_skip_commentsAndDirectives of type void (bool )
|
|
| fileSetSkipSyntaxCheck :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_skip_syntax_check of type void (bool )
|
|
| fileSetSkipTransformation :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_skip_transformation of type void (bool )
|
|
| fileSetSkipTranslationFromEdgAstToRoseAst :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_skip_translation_from_edg_ast_to_rose_ast of type void (bool )
|
|
| fileSetSkipUnparse :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_skip_unparse of type void (bool )
|
|
| fileSetSkipUnparseAsmCommands :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_skip_unparse_asm_commands of type void (bool )
|
|
| fileSetSkipfinalCompileStep :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_skipfinalCompileStep of type void (bool )
|
|
| fileSetSourceFileNameWithPath :: Typeable a => SgFile a -> String -> IO () |
| Stub for ::SgFile::set_sourceFileNameWithPath of type void (::std::string)
|
|
| fileSetSourceFileNameWithoutPath :: Typeable a => SgFile a -> String -> IO () |
| Stub for ::SgFile::set_sourceFileNameWithoutPath of type void (::std::string)
|
|
| fileSetSourceFileTypeIsUnknown :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileTypeIsUnknown of type void (bool )
|
|
| fileSetSourceFileUsesBinaryFileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesBinaryFileExtension of type void (bool )
|
|
| fileSetSourceFileUsesCoArrayFortranFileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesCoArrayFortranFileExtension of type void (bool )
|
|
| fileSetSourceFileUsesCppFileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesCppFileExtension of type void (bool )
|
|
| fileSetSourceFileUsesFortran2003FileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesFortran2003FileExtension of type void (bool )
|
|
| fileSetSourceFileUsesFortran77FileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesFortran77FileExtension of type void (bool )
|
|
| fileSetSourceFileUsesFortran90FileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesFortran90FileExtension of type void (bool )
|
|
| fileSetSourceFileUsesFortran95FileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesFortran95FileExtension of type void (bool )
|
|
| fileSetSourceFileUsesFortranFileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesFortranFileExtension of type void (bool )
|
|
| fileSetSourceFileUsesJavaFileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesJavaFileExtension of type void (bool )
|
|
| fileSetSourceFileUsesPHPFileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesPHPFileExtension of type void (bool )
|
|
| fileSetSourceFileUsesPythonFileExtension :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_sourceFileUsesPythonFileExtension of type void (bool )
|
|
| fileSetStartOfConstruct :: (Typeable a, Typeable b) => SgFile a -> Sg_File_Info b -> IO () |
| Stub for ::SgFile::set_startOfConstruct of type void (class ::Sg_File_Info*)
|
|
| fileSetStrictLanguageHandling :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_strict_language_handling of type void (bool )
|
|
| fileSetTestingLevel :: Typeable a => SgFile a -> CInt -> IO () |
| Stub for ::SgFile::set_testingLevel of type void (int )
|
|
| fileSetUnparseHeaderFiles :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_unparseHeaderFiles of type void (bool )
|
|
| fileSetUnparseBinaryFileFormat :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_unparse_binary_file_format of type void (bool )
|
|
| fileSetUnparseIncludes :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_unparse_includes of type void (bool )
|
|
| fileSetUnparseInstructionAddresses :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_unparse_instruction_addresses of type void (bool )
|
|
| fileSetUnparseLineDirectives :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_unparse_line_directives of type void (bool )
|
|
| fileSetUnparseOutputFilename :: Typeable a => SgFile a -> String -> IO () |
| Stub for ::SgFile::set_unparse_output_filename of type void (::std::string)
|
|
| fileSetUnparseRawMemoryContents :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_unparse_raw_memory_contents of type void (bool )
|
|
| fileSetUpcThreads :: Typeable a => SgFile a -> CInt -> IO () |
| Stub for ::SgFile::set_upc_threads of type void (int )
|
|
| fileSetUseBackendOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_useBackendOnly of type void (bool )
|
|
| fileSetVerbose :: Typeable a => SgFile a -> CInt -> IO () |
| Stub for ::SgFile::set_verbose of type void (int )
|
|
| fileSetVisualizeDwarfOnly :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_visualize_dwarf_only of type void (bool )
|
|
| fileSetVisualizeExecutableFileFormatSkipSymbols :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_visualize_executable_file_format_skip_symbols of type void (bool )
|
|
| fileSetWave :: Typeable a => SgFile a -> Bool -> IO () |
| Stub for ::SgFile::set_wave of type void (bool )
|
|
| fileStripEdgCommandLineOptions :: [CString] -> IO () |
| Stub for ::SgFile::stripEdgCommandLineOptions of type void (class vector< string , allocator< string > > &)
|
|
| fileStripFortranCommandLineOptions :: [CString] -> IO () |
| Stub for ::SgFile::stripFortranCommandLineOptions of type void (class vector< string , allocator< string > > &)
|
|
| fileStripJavaCommandLineOptions :: [CString] -> IO () |
| Stub for ::SgFile::stripJavaCommandLineOptions of type void (class vector< string , allocator< string > > &)
|
|
| fileStripRoseCommandLineOptions :: [CString] -> IO () |
| Stub for ::SgFile::stripRoseCommandLineOptions of type void (class vector< string , allocator< string > > &)
|
|
| fileUsage :: CInt -> IO () |
| Stub for ::SgFile::usage of type void (int )
|
|
| fileVariantT :: Typeable a => SgFile a -> IO VariantT |
| Stub for ::SgFile::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |