Lines Matching refs:Suffix
1659 const std::string Suffix = TypeStr + itostr(1ULL << AccessSizeIndex);
1662 kAsanReportErrorTemplate + ExpStr + Suffix + EndingStr,
1666 ClMemoryAccessCallbackPrefix + ExpStr + Suffix + EndingStr,
1899 std::string Suffix = itostr(i);
1901 M.getOrInsertFunction(kAsanStackMallocNameTemplate + Suffix, IntptrTy,
1904 M.getOrInsertFunction(kAsanStackFreeNameTemplate + Suffix,