HomeSort by relevance Sort by last modified time
    Searched refs:_x (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
bad-expr.s 4 _x: label
6 .long _x-__ImageBase
  /external/llvm/test/MC/COFF/
bad-expr.s 7 _x: label
8 .long _x-__ImageBase
9 .long __ImageBase-_x
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p2.cpp 6 int a = 123_x; // expected-error {{no matching literal operator for call to 'operator""_x' with argument of type 'unsigned long long' or 'const char *', and no matching literal operator template}}
7 int b = 4.2_x; // expected-error {{no matching literal operator for call to 'operator""_x' with argument of type 'long double' or 'const char *', and no matching literal operator template}}
8 int c = "foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with arguments of types 'const char *' and 'unsigned}}
9 int d = L"foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with arguments of types 'const wchar_t *' and 'unsigned}}
10 int e = u8"foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with arguments of types 'const char *' and 'unsigned}
    [all...]
p9.cpp 4 void operator "" _x(const wchar_t *, size_t);
9 L"A" "B" "C"_x; local
10 "P"_x "Q" "R"_y; // expected-error {{differing user-defined suffixes ('_x' and '_y') in string literal concatenation}}
p12.cpp 10 template<typename T, T... str> int operator""_x() { // #1 expected-warning {{string literal operator templates are a GNU extension}} function
14 void *operator""_x(const char*); // #2
15 void *a = 123_x; // ok, calls #2
16 int b = u8"\"???? ?"_x; // ok, calls #1
17 int c = u8R"("???? ?)"_x; // ok, calls #1
18 int d = "test"_x; // expected-note {{in instantiation of function template specialization 'operator""_x<char, 't', 'e', 's', 't'>' requested here}}
19 int e = uR"("???? ?)"_x;
20 int f = UR"("???? ?)"_x;
21 int g = UR"("????_?)"_x; // expected-note {{in instantiation of function template specialization 'operator""_x<char32_t, 3 (…)
    [all...]
p11.cpp 9 int operator "" _x(); // expected-warning {{string literal operator templates are a GNU extension}}
11 double operator "" _x();
13 auto a="string"_x;
14 auto b=42_x;
18 char operator "" _x(const char *begin, size_t size);
19 auto c="string"_x;
20 auto d=L"string"_x;
  /external/puffin/src/
logging.h 14 #define TEST_AND_RETURN_FALSE(_x) \
16 if (!(_x)) { \
17 LOG(ERROR) << #_x " failed."; \
22 #define TEST_AND_RETURN_VALUE(_x, _v) \
24 if (!(_x)) { \
25 LOG(ERROR) << #_x " failed."; \
  /external/clang/test/ASTMerge/Inputs/
inheritance-base.cpp 5 A(int _x) : x(_x) {
init-ctors-classes.cpp 7 A_base(int _x) : x(static_cast<int>(_x)) {
17 A(int _x) : A_base(_x), y(0), z(1), array{{2},{3}} {
  /external/u-boot/include/
edid.h 24 #define GET_BIT(_x, _pos) \
25 (((_x) >> (_pos)) & 1)
26 #define GET_BITS(_x, _pos_msb, _pos_lsb) \
27 (((_x) >> (_pos_lsb)) & ((1 << ((_pos_msb) - (_pos_lsb) + 1)) - 1))
40 #define EDID_DETAILED_TIMING_PIXEL_CLOCK(_x) \
41 (((((uint32_t)(_x).pixel_clock[1]) << 8) + \
42 (_x).pixel_clock[0]) * 10000)
46 #define EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(_x) \
47 ((GET_BITS((_x).horizontal_active_blanking_hi, 7, 4) << 8) + \
48 (_x).horizontal_active
    [all...]
  /external/clang/test/Lexer/
token-concat.cpp 4 id("s")_x // CHECK: "s" _x
5 id(L"s")_x // CHECK: L"s" _x
6 id(u8"s")_x // CHECK: u8"s" _x
7 id(u"s")_x // CHECK: u"s" _x
8 id(U"s")_x // CHECK: U"s" _x
    [all...]
  /external/libopus/celt/
ecintrin.h 56 static __inline int ec_bsr(unsigned long _x){
58 _BitScanReverse(&ret,_x);
62 # define EC_CLZ(_x) (-ec_bsr(_x))
66 # define EC_CLZ(_x) (_lnorm(_x))
70 # define EC_CLZ(_x) (__builtin_clz(_x))
73 # define EC_CLZ(_x) (__builtin_clzl(_x))
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
utils_def.h 28 __typeof__(x) _x = (x); \
30 (void)(&_x == &_y); \
31 _x < _y ? _x : _y; \
35 __typeof__(x) _x = (x); \
37 (void)(&_x == &_y); \
38 _x > _y ? _x : _y; \
80 # define U(_x) (_x)
    [all...]
  /external/u-boot/arch/arm/mach-exynos/include/mach/
mmc.h 23 #define SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24)
27 #define SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16)
35 #define SDHCI_CTRL2_DFCNT_MASK(_x) ((_x) << 9)
41 #define SDHCI_CTRL2_SELBASECLK_MASK(_x) ((_x) << 4)
52 #define SDHCI_CTRL4_DRIVE_MASK(_x) ((_x) << 16
    [all...]
  /external/u-boot/arch/arm/mach-s5pc1xx/include/mach/
mmc.h 23 #define SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24)
27 #define SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16)
35 #define SDHCI_CTRL2_DFCNT_MASK(_x) ((_x) << 9)
41 #define SDHCI_CTRL2_SELBASECLK_MASK(_x) ((_x) << 4)
52 #define SDHCI_CTRL4_DRIVE_MASK(_x) ((_x) << 16
    [all...]
  /external/llvm/test/MC/ARM/
macho-movwt.s 5 movw r0, :lower16:_x
6 movt r0, :upper16:_x
8 movw r0, :lower16:_x+4
9 movt r0, :upper16:_x+4
11 movw r0, :lower16:_x+0x10000
12 movt r0, :upper16:_x+0x10000
15 movw r0, :lower16:_x
16 movt r0, :upper16:_x
18 movw r0, :lower16:_x+4
19 movt r0, :upper16:_x+
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
macho-movwt.s 5 movw r0, :lower16:_x
6 movt r0, :upper16:_x
8 movw r0, :lower16:_x+4
9 movt r0, :upper16:_x+4
11 movw r0, :lower16:_x+0x10000
12 movt r0, :upper16:_x+0x10000
15 movw r0, :lower16:_x
16 movt r0, :upper16:_x
18 movw r0, :lower16:_x+4
19 movt r0, :upper16:_x+
    [all...]
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals-unused.cpp 4 double operator"" _x(long double value) { return double(value); } function in namespace:__anon17973
9 template<class T> double value() { return 3.2_x; }
  /external/google-fruit/extras/scripts/
parsetab.py 14 for _x,_y in zip(_v[0],_v[1]):
15 if not _x in _lr_action: _lr_action[_x] = {}
16 _lr_action[_x][_k] = _y
23 for _x, _y in zip(_v[0], _v[1]):
24 if not _x in _lr_goto: _lr_goto[_x] = {}
25 _lr_goto[_x][_k] = _y
  /external/ply/ply/test/pkg_test1/parsing/
parsetab.py 15 for _x,_y in zip(_v[0],_v[1]):
16 if not _x in _lr_action: _lr_action[_x] = {}
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
25 if not _x in _lr_goto: _lr_goto[_x] = {}
26 _lr_goto[_x][_k] = _y
  /external/ply/ply/test/pkg_test2/parsing/
calcparsetab.py 15 for _x,_y in zip(_v[0],_v[1]):
16 if not _x in _lr_action: _lr_action[_x] = {}
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
25 if not _x in _lr_goto: _lr_goto[_x] = {}
26 _lr_goto[_x][_k] = _y
  /external/ply/ply/test/pkg_test3/generated/
parsetab.py 15 for _x,_y in zip(_v[0],_v[1]):
16 if not _x in _lr_action: _lr_action[_x] = {}
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
25 if not _x in _lr_goto: _lr_goto[_x] = {}
26 _lr_goto[_x][_k] = _y
  /external/ply/ply/test/pkg_test5/parsing/
parsetab.py 15 for _x,_y in zip(_v[0],_v[1]):
16 if not _x in _lr_action: _lr_action[_x] = {}
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
25 if not _x in _lr_goto: _lr_goto[_x] = {}
26 _lr_goto[_x][_k] = _y
  /external/ply/ply/test/pkg_test6/parsing/
parsetab.py 15 for _x,_y in zip(_v[0],_v[1]):
16 if not _x in _lr_action: _lr_action[_x] = {}
17 _lr_action[_x][_k] = _y
24 for _x, _y in zip(_v[0], _v[1]):
25 if not _x in _lr_goto: _lr_goto[_x] = {}
26 _lr_goto[_x][_k] = _y
  /external/clang/test/CodeGenCXX/
cxx11-user-defined-literal.cpp 5 S operator"" _x(const char *, size_t);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f;
49 template<typename T> auto g(T t) -> decltype("foo"_x(t)) { return "foo"_x(t); }
50 template<typename T> auto i(T t) -> decltype(operator"" _x("foo", 3)(t)) { return operator"" _x("foo", 3)(t); }

Completed in 921 milliseconds

1 2 3 4 5 6 7 8