Searched refs:mangle (Results 1 – 3 of 3) sorted by relevance
83 inline const std::string &getName(bool mangle = true) const {84 return (mShouldMangle && mangle) ? mMangledName : mName;
286 char* mangle = strdup(str.string()); in drawWrappedString() local287 char* start = mangle; in drawWrappedString()289 float xposAdj = (start == mangle) ? xpos : xpos + indentWidth; in drawWrappedString()312 free(mangle); in drawWrappedString()
79 bool mangle = package_name != context_->GetCompilationPackage(); in MergeAndMangle() local81 error |= !DoMerge(src, package.get(), mangle, false /*overlay*/, true /*allow_new*/); in MergeAndMangle()