Home
last modified time | relevance | path

Searched refs:NSString (Results 1 – 12 of 12) sorted by relevance

/freebsd/usr.bin/diff/tests/
H A Dfunctionname_objcclassm.out3 @@ -25,5 +25,7 @@ + (BOOL) isEdible:(NSString *)mushroom
5 + (BOOL) isEdible:(NSString *)mushroom
H A Dfunctionname.in26 + (BOOL) isEdible:(NSString *)mushroom
H A Dfunctionname_objcm.in26 + (BOOL) isEdible:(NSString *)mushroom
H A Dfunctionname_c.in26 + (BOOL) isEdible:(NSString *)mushroom
H A Dfunctionname_objcclassm.in26 + (BOOL) isEdible:(NSString *)mushroom
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp1821 struct StringMaker<NSString*> {
1822 static std::string convert(NSString * nsstring) { in convert()
1836 inline std::string stringify( NSString* nsstring ) { in stringify()
1837 return StringMaker<NSString*>::convert( nsstring ); in stringify()
3224 struct MatcherMethod<NSString*> {
3225 virtual bool match( NSString* arg ) const = 0;
4840NSString* selStr = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCa… in getAnnotation()
4845 return [(NSString*)value UTF8String]; in getAnnotation()
4887 struct StringHolder : MatcherBase<NSString*>{
4888 StringHolder( NSString* substr ) : m_substr( [substr copy] ){} in StringHolder()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6627 case FormatStringType::NSString: in GetFormatStringTypeName()
6648 .Cases("NSString", "CFString", FormatStringType::NSString) in GetFormatStringType()
6755 if (Type == FormatStringType::NSString && in CheckFormatArguments()
6774 case FormatStringType::NSString: in CheckFormatArguments()
7270 bool isObjCContext() const { return FSType == FormatStringType::NSString; } in isObjCContext()
7274 return FSType == FormatStringType::NSString || in allowsObjCArg()
8881 if (Type == FormatStringType::Printf || Type == FormatStringType::NSString || in CheckFormatString()
8887 Type == FormatStringType::NSString || Type == FormatStringType::OSTrace; in CheckFormatString()
8918 if (Type != FormatStringType::Printf && Type != FormatStringType::NSString && in CheckFormatStringsCompatible()
8926 Type == FormatStringType::NSString || Type == FormatStringType::OSTrace; in CheckFormatStringsCompatible()
[all …]
H A DSemaObjC.cpp2258 if ((SemaRef.GetFormatStringType(Format) == FormatStringType::NSString) && in GetFormatNSStringIdx()
/freebsd/lib/clang/liblldb/
H A DMakefile453 SRCS+= Plugins/Language/ObjC/NSString.cpp
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td1541 - (NSString *)initMyStringValue __attribute__((objc_method_family(none)));
4047 given flavor, like a ``CFStringRef`` or a ``NSString *``.
4104 ``printf`` family. This includes variants such as Apple's NSString format and
5120 The ``ns_error_domain`` attribute indicates a global ``NSString`` or
5139 extern NSString *const MyErrorDomain;
5219 (e.g. ``NSString``).
5223 @interface NSString;
5224 typedef NSString *AliasedString __attribute__((__swift_bridged_typedef__));
5300 - (void) initWithString:(NSString *)s __attribute__((__swift_name__("URL.init(_:)")))
5329 typedef NSString * UIFontTextStyle __attribute__((__swift_newtype__(enum)));
[all …]
H A DDiagnosticSemaKinds.td1477 Warning<"using %0 directive in %select{NSString|CFString}1 "
3589 "concatenated NSString literal for an NSArray expression - "
11173 "domain argument %0 does not point to an NSString or CFString constant">;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h497 NSString, enumerator