Halide
CPlusPlusMangle.h File Reference
#include <string>
#include <vector>
#include "Expr.h"

Go to the source code of this file.

Namespaces

 Halide
 This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it.
 
 Halide::Internal
 

Functions

std::string Halide::Internal::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. More...
 
void Halide::Internal::cplusplus_mangle_test ()
 

Detailed Description

A simple function to get a C++ mangled function name for a function.

Definition in file CPlusPlusMangle.h.