Searched refs:processString (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/clang/test/Analysis/Checkers/ |
| H A D | RunLoopAutoreleaseLeakChecker.m | 147 CFStringRef processString(const __NSConstantString *, void *); function 154 NSString *s1 = (__bridge_transfer NSString *)processString(0, 0); 155 NSString *s2 = (__bridge_transfer NSString *)processString((CFSTR("")), ((void *)0));
|
| /llvm-project/llvm/tools/llvm-rc/ |
| H A D | ResourceFileWriter.cpp | 146 static Error processString(StringRef Str, NullHandlingMethod NullHandler, in processString() function 372 RETURN_IF_ERROR(processString(Str, NullHandlingMethod::CutAtNull, in writeCString() 1332 RETURN_IF_ERROR(processString(S, NullHandlingMethod::CutAtDoubleNull, in writeStringTableBundleBody() 1382 processString(Elem.getString(), NullHandlingMethod::UserResource, in writeUserDefinedBody()
|