Home
last modified time | relevance | path

Searched refs:theString (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSmallStringTest.cpp28 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 Dformat-ostrace-warning.m26 void CStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, const char* f…
29 void CStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, c…
H A Dformat-cstrings-warning.m56 void CFStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef …
59 void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, …
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dbridge-cast-redecl.mm15 void CFStringGetLength(CFStringRef theString);
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h144 extern void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString);
/llvm-project-15.0.7/clang/test/Analysis/
H A Dretain-release.mm86 extern CFStringRef CFStringCreateCopy(CFAllocatorRef alloc, CFStringRef theString);