Home
last modified time | relevance | path

Searched refs:objc_string (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-lex.c722 lex_string (const cpp_token *tok, tree *valp, bool objc_string) in lex_string() argument
747 objc_string = true; in lex_string()
776 if (concats && !objc_string && !in_system_header) in lex_string()
829 return objc_string ? CPP_OBJC_STRING : wide ? CPP_WSTRING : CPP_STRING; in lex_string()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-parse.in249 %type <ttype> objc_string non_empty_protocolrefs protocolrefs identifier_list objcprotocolexpr
766 | objc_string
774 objc_string:
777 | objc_string '@' STRING
H A DChangeLog.619188 (objc_string): Decompose to [objc_string] '@' STRING.
H A DFSFChangeLog.107244 (build_{class_reference,objc_string}_decl): Clear DECL_CONTEXT.