cplusplus_function_mangled_name  600 src/CPlusPlusMangle.cpp         return WindowsMangling::cplusplus_function_mangled_name(name, namespaces, return_type, args, target);
cplusplus_function_mangled_name  602 src/CPlusPlusMangle.cpp         return ItaniumABIMangling::cplusplus_function_mangled_name(name, namespaces, return_type, args, target);
cplusplus_function_mangled_name  800 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { }, Int(32), { }, target));
cplusplus_function_mangled_name  803 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "foo" }, Int(32), { }, target));
cplusplus_function_mangled_name  806 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "foo", "bar" }, Int(32), { }, target));
cplusplus_function_mangled_name  809 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "foo", "bar" }, Int(32),
cplusplus_function_mangled_name  813 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "foo", "bar" }, Int(32),
cplusplus_function_mangled_name  823 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "test_namespace", "test_namespace" }, Int(32),
cplusplus_function_mangled_name  827 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "foo", "bar" }, Int(32),
cplusplus_function_mangled_name  841 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "test_namespace", "test_namespace" }, Int(32),
cplusplus_function_mangled_name  846 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "test_namespace", "test_namespace" }, Int(32),
cplusplus_function_mangled_name  851 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "std" }, Int(32), { }, target));
cplusplus_function_mangled_name  854 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "std", "foo" }, Int(32), { }, target));
cplusplus_function_mangled_name  861 src/CPlusPlusMangle.cpp                   cplusplus_function_mangled_name("test_function", { "std" }, Int(32),
cplusplus_function_mangled_name  869 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "test_namespace", "test_namespace" }, Int(32),
cplusplus_function_mangled_name  877 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "test_namespace", "test_namespace" }, Int(32),
cplusplus_function_mangled_name  885 src/CPlusPlusMangle.cpp                  cplusplus_function_mangled_name("test_function", { "test_namespace", "test_namespace" }, Int(32),
cplusplus_function_mangled_name  923 src/CPlusPlusMangle.cpp                          cplusplus_function_mangled_name("test_function", { }, Int(32), args, target));
cplusplus_function_mangled_name  946 src/CPlusPlusMangle.cpp                          cplusplus_function_mangled_name("test_function", { }, Int(32), args, target));
cplusplus_function_mangled_name  969 src/CPlusPlusMangle.cpp                          cplusplus_function_mangled_name("test_function", { }, Int(32), args, target));
cplusplus_function_mangled_name  994 src/CPlusPlusMangle.cpp                          cplusplus_function_mangled_name("test_function", { }, Int(32), args, target));
cplusplus_function_mangled_name 1016 src/CPlusPlusMangle.cpp                          cplusplus_function_mangled_name("test_function", { }, Int(32), args, target));
cplusplus_function_mangled_name 1032 src/CPlusPlusMangle.cpp                          cplusplus_function_mangled_name("test_function", { }, Int(32), args, target));
cplusplus_function_mangled_name   20 src/CPlusPlusMangle.h EXPORT std::string cplusplus_function_mangled_name(const std::string &name, const std::vector<std::string> &namespaces,
cplusplus_function_mangled_name  467 src/CodeGen_LLVM.cpp         names.extern_name = cplusplus_function_mangled_name(names.simple_name, namespaces, type_of<int>(), mangle_args, target);
cplusplus_function_mangled_name  471 src/CodeGen_LLVM.cpp         names.argv_name = cplusplus_function_mangled_name(names.argv_name, namespaces, type_of<int>(), { ExternFuncArgument(make_zero(void_star_star)) }, target);
cplusplus_function_mangled_name  472 src/CodeGen_LLVM.cpp         names.metadata_name = cplusplus_function_mangled_name(names.metadata_name, namespaces, type_of<const struct halide_filter_metadata_t *>(), {}, target);
cplusplus_function_mangled_name 2677 src/CodeGen_LLVM.cpp             name = cplusplus_function_mangled_name(name, namespaces, op->type, mangle_args, get_target());