replace_all       317 src/CodeGen_OpenGL_Dev.cpp     return replace_all(mangled, "__", "XX");
replace_all       478 src/Module.cpp         std::string suffix = replace_all(target.to_string(), "-", "_");
replace_all       104 src/Util.h     EXPORT std::string replace_all(const std::string &str, const std::string &find, const std::string &replace);
replace_all        34 src/WrapExternStages.cpp         string wrapper_name = replace_all(prefix + op->name, ":", "_");