Home
last modified time | relevance | path

Searched refs:compiler_plugin_ (Results 1 – 4 of 4) sorted by relevance

/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Doracle_function.cpp290 compiler_plugin_, jit_options_); in jit_dependencies()
H A Dfunction_internal.cpp89 compiler_plugin_ = "clang"; in FunctionInternal()
352 opts["compiler"] = compiler_plugin_; in generate_options()
414 compiler_plugin_ = op.second.to_string(); in init()
577 compiler_ = Importer(gen.generate(), compiler_plugin_, jit_options_); in finalize()
3566 s.pack("FunctionInternal::compiler_plugin", compiler_plugin_); in serialize_body()
3652 s.unpack("FunctionInternal::compiler_plugin", compiler_plugin_); in FunctionInternal()
H A Dfunction_internal.hpp925 std::string compiler_plugin_; member in casadi::FunctionInternal
/dports/math/casadi/casadi-3.5.5/casadi/solvers/
H A Dscpgen.cpp552 compiler_ = Importer(cname, compiler_plugin_, jit_options_); in init()