Home
last modified time | relevance | path

Searched refs:_x1 (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp6.cpp5 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
Dp5.cpp5 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…
11 char &operator "" _x1(const wchar_t *, size_t);
12 char &i4 = L"foo"_x1; // ok
13 double &i5 = R"(foo)"_x1; // ok
Dp4.cpp3 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;
12 int &i4 = 1e1000000_x1; // expected-warning {{too large for type 'long double'}}
Dp3.cpp3 int &operator "" _x1 (unsigned long long);
4 int &i1 = 0x123_x1;
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 i…
/external/llvm/test/CodeGen/X86/
Dmisched-crash.ll7 define void @rdar13353090(i8* %plane, i64 %_x1, i64 %_x2) {
9 %cmp = icmp ult i64 %_x1, %_x2
10 %cond = select i1 %cmp, i64 %_x1, i64 %_x2
11 %cond10 = select i1 %cmp, i64 %_x2, i64 %_x1
/external/freetype/src/raster/
Dftmisc.h50 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument
51 ( ( (FT_ULong)_x1 << 24 ) | \
/external/pdfium/third_party/freetype/src/raster/
Dftmisc.h50 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument
51 ( ( (FT_ULong)_x1 << 24 ) | \
/external/pdfium/third_party/freetype/include/freetype/
Dfttypes.h480 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument
482 ( ( (FT_ULong)_x1 << 24 ) | \
Dftimage.h669 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) \ argument
670 value = ( ( (unsigned long)_x1 << 24 ) | \
/external/freetype/include/freetype/
Dfttypes.h480 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument
482 ( ( (FT_ULong)_x1 << 24 ) | \
Dftimage.h669 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) \ argument
670 value = ( ( (unsigned long)_x1 << 24 ) | \
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2269 : _x1(x1_), in DrawableViewbox()
2285 _x1 = x1_; in x1()
2289 return _x1; in x1()
2320 ::ssize_t _x1;
2528 _x1 = x1_; in x1()
2532 return _x1; in x1()
2581 double _x1;
2729 _x1 = x1_; in x1()
2733 return _x1; in x1()
2764 double _x1;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1775 DrawSetViewbox( context_, _x1, _y1, _x2, _y2 ); in operator ()()
1972 : _x1(0), in PathCurvetoArgs()
1984 : _x1(x1_), in PathCurvetoArgs()
1994 : _x1(original_._x1), in PathCurvetoArgs()
2183 : _x1(0), in PathQuadraticCurvetoArgs()
2194 : _x1(x1_), in PathQuadraticCurvetoArgs()
2202 : _x1(original_._x1), in PathQuadraticCurvetoArgs()