Lines Matching refs:literals
36 control the size of numeric literals.
41 The following program illustrates the rules for ``NSNumber`` literals:
46 // character literals.
49 // integral literals.
55 // floating point literals.
59 // BOOL literals.
72 NSNumber literals only support literal scalar values after the ``'@'``.
108 ``BOOL`` and integer literals.
150 boxed literals (this avoids conflicts with future ``'@'``-prefixed
294 pointer typed, as in array literals. Key sub-expressions must be of an
305 Using array and dictionary literals is safer than the variadic creation
311 literals are similarly created with
493 This caveat applies to compile-time string literals as well.
494 Historically, string literals (using the ``@"..."`` syntax) have been
601 availability of numeric literals support. This checks for the new
603 ``@YES / @NO`` literals.