Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:TypeStr

1455       const std::string TypeStr = AccessIsWrite ? "store" : "load";
1462 kAsanReportErrorTemplate + ExpStr + TypeStr + SuffixStr + EndingStr,
1466 ClMemoryAccessCallbackPrefix + ExpStr + TypeStr + "N" + EndingStr,
1470 const std::string Suffix = TypeStr + itostr(1 << AccessSizeIndex);