Home | History | Annotate | Download | only in unit

Lines Matching refs:teststr

883  * (The ARM compiler creates a temporary object from teststr on the stack, to
891 string teststr("shortest");
893 bool short_string_optim_bug_helper(string teststr);
895 CPPUNIT_ASSERT(true == short_string_optim_bug_helper(teststr));
898 bool short_string_optim_bug_helper(string teststr)
900 size_t ss = teststr.size();