HomeSort by relevance Sort by last modified time
    Searched refs:_x1 (Results 1 - 10 of 10) 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-warning {{integer constant is too large}}
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}}
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 476 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
478 ( ( (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/harfbuzz/src/
harfbuzz-global.h 52 #define HB_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
53 ( ( (HB_UInt)_x1 << 24 ) | \
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-global.h 59 #define HB_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
60 ( ( (HB_UInt)_x1 << 24 ) | \
  /external/icu4c/layout/
IndicClassTables.cpp 16 #define _x1 (1 << CF_INDEX_SHIFT) macro
54 #define _s1 (_dv | _x1)

Completed in 301 milliseconds