Searched refs:theString (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SmallStringTest.cpp | 28 StringType theString; member in __anon5d26e0540111::SmallStringTest 42 assertEmpty(theString); in TEST_F() 43 EXPECT_TRUE(theString.rbegin() == theString.rend()); in TEST_F() 61 theString.assign(abc); in TEST_F() 90 theString.append(abc); in TEST_F() 91 theString.append(abc); in TEST_F() 133 theString = "hello"; in TEST_F() 141 theString = "hello"; in TEST_F() 150 theString = "hello"; in TEST_F() 184 theString = "hello"; in TEST_F() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | format-ostrace-warning.m | 26 void CStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, const char* f… 29 void CStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, c…
|
| H A D | format-cstrings-warning.m | 56 void CFStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef … 59 void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, …
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | bridge-cast-redecl.mm | 15 void CFStringGetLength(CFStringRef theString);
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-objc.h | 144 extern void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release.mm | 86 extern CFStringRef CFStringCreateCopy(CFAllocatorRef alloc, CFStringRef theString);
|