Skip to content

frontend

Synopses

Declared in <SageIII/sage_support/utility_functions.h>

[[visibility]]
SgProject*
frontend(
    std::vector<std::string> const& argv,
    bool frontendConstantFolding = false);
[[visibility]]
SgProject*
frontend(
    int argc,
    char** argv,
    bool frontendConstantFolding = false);

Created with MrDocs