Searched refs:mystr (Results 1 – 3 of 3) sorted by relevance
17 const char *mystr = "mary had a little lamb"; in test1_strings_underrun() local18 return mystr[-1]; // expected-warning{{Out of bound memory access}} in test1_strings_underrun()22 const char *mystr = "mary had a little lamb"; in test1_strings_overrun() local23 return mystr[1000]; // expected-warning{{Out of bound memory access}} in test1_strings_overrun()27 const char *mystr = "mary had a little lamb"; in test1_strings_ok() local28 return mystr[5]; // no-warning in test1_strings_ok()
24 std::wostream mystr(&mybuf); in main() local25 mystr << L"Hello" << std::endl; in main()30 std::wistream mystr(&mybuf); in main() local32 mystr >> ws; in main()
5 @mystr = internal global %struct.MYstr zeroinitializer ; <%struct.MYstr*> [#uses=3]24 ; CHECK: load i32* getelementptr inbounds (%struct.MYstr* @mystr, i32 0, i32 1)27 ; CHECK: load i8* getelementptr inbounds (%struct.MYstr* @mystr, i32 0, i32 0)35 call void @vfu1(%struct.MYstr* byval align 4 @mystr) nounwind36 %result = call i32 @vfu2(%struct.MYstr* byval align 4 @mystr) nounwind