HomeSort by relevance Sort by last modified time
    Searched refs:_x1 (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p3.cpp 3 int &operator "" _x1 (unsigned long long);
6 double &operator "" _x1 (const char *);
7 int &i2 = 45_x1;
9 template<char...> char &operator "" _x1 ();
10 int &i3 = 0377_x1;
12 int &i4 = 90000000000000000000000000000000000000000000000_x1; // expected-error {{integer literal is too large to be represented in any integer type}}
p6.cpp 5 int &operator "" _x1 (const char *);
6 double &i1 = 'a'_x1; // expected-error {{no matching literal operator}}
7 double &operator "" _x1 (wchar_t);
8 double &i2 = L'a'_x1;
9 double &i3 = 'a'_x1; // expected-error {{no matching literal operator}}
10 double &i4 = operator"" _x1('a'); // ok
12 char &operator "" _x1(char16_t);
13 char &i5 = u'a'_x1; // ok
14 double &i6 = L'a'_x1; // ok
p5.cpp 5 int &operator "" _x1 (const char *);
6 double &operator "" _x1 (const char *, size_t);
7 double &i1 = "foo"_x1;
8 double &i2 = u8"foo"_x1;
9 double &i3 = L"foo"_x1; // expected-error {{no matching literal operator for call to 'operator""_x1' with arguments of types 'const wchar_t *' and 'unsigned long'}}
11 char &operator "" _x1(const wchar_t *, size_t);
12 char &i4 = L"foo"_x1; // ok
13 double &i5 = R"(foo)"_x1; // ok
p4.cpp 3 int &operator "" _x1 (long double);
4 int &i1 = 0.123_x1;
6 double &operator "" _x1 (const char *);
7 int &i2 = 45._x1;
9 template<char...> char &operator "" _x1 ();
10 int &i3 = 0377e-1_x1;
  /external/freetype/include/freetype/
fttypes.h 480 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
482 ( ( (FT_ULong)_x1 << 24 ) | \
    [all...]
ftimage.h     [all...]
  /external/freetype/src/raster/
ftmisc.h 50 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
51 ( ( (FT_ULong)_x1 << 24 ) | \
  /external/pdfium/third_party/freetype/include/freetype/
fttypes.h 480 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
482 ( ( (FT_ULong)_x1 << 24 ) | \
    [all...]
ftimage.h     [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftmisc.h 50 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
51 ( ( (FT_ULong)_x1 << 24 ) | \
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fttypes.h 480 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
482 ( ( (FT_ULong)_x1 << 24 ) | \
    [all...]
ftimage.h     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
runtime_svc.h 147 #define SMC_RET2(_h, _x0, _x1) { \
148 write_ctx_reg(get_gpregs_ctx(_h), CTX_GPREG_X1, (_x1)); \
151 #define SMC_RET3(_h, _x0, _x1, _x2) { \
153 SMC_RET2(_h, (_x0), (_x1)); \
155 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \
157 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 2320 ::ssize_t _x1; member in class:Magick::DrawableViewbox
2581 double _x1; member in class:Magick::PathCurvetoArgs
2764 double _x1; member in class:Magick::PathQuadraticCurvetoArgs
    [all...]
  /external/ImageMagick/Magick++/lib/
Drawable.cpp     [all...]

Completed in 452 milliseconds