Searched defs:str3 (Results 1 – 9 of 9) sorted by relevance
5 const char *str3 = R"()"; // ok variable
59 std::string str3("\0"); in TestA() local81 std::wstring str3(L"\0"); in TestW() local
57 int bad_strncmp_3(char *str3) { in bad_strncmp_3()
76 int bad_strncmp_2(char *str2, const char *str3) { in bad_strncmp_2()
47 std::string *str3 = &str1; in Test() local
116 str3: .asciz "Message 3\n" label
67 S str3 = { a++ + a, a++ }; // cxx11-warning {{unsequenced modification and access to 'a'}} in test() local
330 std::string str3; member 739 llvm::StringRef str3; member 2484 llvm::StringRef str1, str2, str3; global() member [all...]
549 char str1[] = "str1", str2[] = "str2", str3[] = "Str1"; in test_strcasecmp() local