Searched refs:TypeStrings (Results 1 – 3 of 3) sorted by relevance
893 static const std::string TypeStrings[] = {"", "_Read", "_Write", "_MayWrite"}; in MemoryAccess() local894 const std::string Access = TypeStrings[AccType] + utostr(Stmt->size()); in MemoryAccess()911 static const std::string TypeStrings[] = {"", "_Read", "_Write", "_MayWrite"}; in MemoryAccess() local912 const std::string Access = TypeStrings[AccType] + utostr(Stmt->size()); in MemoryAccess()
174 TEST(TypeManager, TypeStrings) { in TEST() argument