1#ifndef HALIDE_CPLUSPLUS_MANGLE_H
2#define HALIDE_CPLUSPLUS_MANGLE_H
15struct ExternFuncArgument;
25 const std::vector<std::string> &namespaces,
27 const std::vector<ExternFuncArgument> &args,
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
void cplusplus_mangle_test()
std::string cplusplus_function_mangled_name(const std::string &name, const std::vector< std::string > &namespaces, Type return_type, const std::vector< ExternFuncArgument > &args, const Target &target)
Return the mangled C++ name for a function.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
A struct representing a target machine and os to generate code for.
Types in the halide type system.