Lines Matching full:literals
306 Vector Literals
309 Vector literals can be used to create vectors from a set of scalars, or
315 number of literals can be specified. For example:
715 C++11 raw string literals
719 string literals (e.g., ``R"x(foo\bar)x"``) is enabled.
763 C++11 Unicode string literals
767 string literals is enabled.
775 C++11 user-defined literals
779 user-defined literals is enabled.
795 C++1y binary literals
800 binary literals (for instance, ``0b10010``) are recognized. Clang supports this
1112 literals as arguments. However, one can also use a C++11 lambda so long as it
1155 Object Literals and Subscripting
1158 Clang provides support for :doc:`Object Literals and Subscripting
1162 literals and subscripting: ``__has_feature(objc_array_literals)`` tests the
1163 availability of array literals; ``__has_feature(objc_dictionary_literals)``
1164 tests the availability of dictionary literals;