Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 12325) sorted by relevance

12345678910>>...493

/external/clang/test/SemaCXX/
Dwarn-range-loop-analysis.cpp67 for (const int &x : int_non_ref_container) {} in test0() local
71 for (const double &x : int_container) {} in test0() local
75 for (const Bar x : bar_container) {} in test0() local
83 for (const int &x : A) {} in test1() local
86 for (const int x : A) {} in test1() local
90 for (int x : A) {} in test1() local
93 for (const double &x : A) {} in test1() local
96 for (const double x : A) {} in test1() local
100 for (double x : A) {} in test1() local
103 for (const Bar &x : A) {} in test1() local
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dwarn-range-loop-analysis.cpp73 for (const int &x : int_non_ref_container) {} in test0() local
78 for (const double &x : int_container) {} in test0() local
83 for (const Bar x : bar_container) {} in test0() local
94 for (const int &x : A) {} in test1() local
98 for (const int x : A) {} in test1() local
104 for (int x : A) {} in test1() local
109 for (const double &x : A) {} in test1() local
113 for (const double x : A) {} in test1() local
119 for (double x : A) {} in test1() local
124 for (const Bar &x : A) {} in test1() local
[all …]
/external/llvm-project/clang/test/Parser/
Dnested_lambda_overflow.cpp30 [](int x = foo(1)){} in __anon3b2e9a6c0102()
33 )){} in __anon3b2e9a6c0202()
36 )){})){})){})){})){})){} in __anon3b2e9a6c0802()
38 )){})){})){})){})){})){})){})){} in __anon3b2e9a6c0c02()
39 )){})){})){})){})){})){})){})){} in __anon3b2e9a6c1302()
40 )){})){})){})){})){})){})){})){} in __anon3b2e9a6c1d02()
41 )){})){})){})){})){})){})){})){} in __anon3b2e9a6c2502()
42 )){})){})){})){})){})){})){})){} in __anon3b2e9a6c2e02()
43 )){})){})){})){})){})){})){})){} in __anon3b2e9a6c3602()
44 )){})){})){})){})){})){})){})){} in __anon3b2e9a6c3f02()
[all …]
/external/llvm-project/libclc/generic/include/clc/
Das_type.h1 #define as_char(x) __builtin_astype(x, char) argument
2 #define as_uchar(x) __builtin_astype(x, uchar) argument
3 #define as_short(x) __builtin_astype(x, short) argument
4 #define as_ushort(x) __builtin_astype(x, ushort) argument
5 #define as_int(x) __builtin_astype(x, int) argument
6 #define as_uint(x) __builtin_astype(x, uint) argument
7 #define as_long(x) __builtin_astype(x, long) argument
8 #define as_ulong(x) __builtin_astype(x, ulong) argument
9 #define as_float(x) __builtin_astype(x, float) argument
11 #define as_char2(x) __builtin_astype(x, char2) argument
[all …]
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h6346 #define as_char(x) __builtin_astype((x), char) argument
6347 #define as_char2(x) __builtin_astype((x), char2) argument
6348 #define as_char3(x) __builtin_astype((x), char3) argument
6349 #define as_char4(x) __builtin_astype((x), char4) argument
6350 #define as_char8(x) __builtin_astype((x), char8) argument
6351 #define as_char16(x) __builtin_astype((x), char16) argument
6353 #define as_uchar(x) __builtin_astype((x), uchar) argument
6354 #define as_uchar2(x) __builtin_astype((x), uchar2) argument
6355 #define as_uchar3(x) __builtin_astype((x), uchar3) argument
6356 #define as_uchar4(x) __builtin_astype((x), uchar4) argument
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Deg_sq.h30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFF) <<… argument
31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFF) argument
33 #define S_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((unsigned)(x) & 0x7) << 24) argument
34 #define G_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) >> 24) & 0x7) argument
37 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(x) & 0x7) << 0) argument
38 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument
40 #define S_SQ_CF_WORD1_CF_CONST(x) (((unsigned)(x) & 0x1F) << 3) argument
41 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument
43 #define S_SQ_CF_WORD1_COND(x) (((unsigned)(x) & 0x3) << 8) argument
44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument
[all …]
Dr600d.h83 #define STRMOUT_OFFSET_SOURCE(x) (((unsigned)(x) & 0x3) << 1) argument
88 #define STRMOUT_SELECT_BUFFER(x) (((unsigned)(x) & 0x3) << 8) argument
123 #define SURFACE_BASE_UPDATE_COLOR(x) (2 << (x)) argument
124 #define SURFACE_BASE_UPDATE_COLOR_NUM(x) (((1 << x) - 1) << 1) argument
125 #define SURFACE_BASE_UPDATE_STRMOUT(x) (0x200 << (x)) argument
141 #define EVENT_TYPE(x) ((x) << 0) argument
142 #define EVENT_INDEX(x) ((x) << 8) argument
155 #define PRED_OP(x) ((x) << 16) argument
165 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument
166 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument
[all …]
Dr700_sq.h30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFFFF) … argument
31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument
34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(x) & 0x7) << 0) argument
35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument
37 #define S_SQ_CF_WORD1_CF_CONST(x) (((unsigned)(x) & 0x1F) << 3) argument
38 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument
40 #define S_SQ_CF_WORD1_COND(x) (((unsigned)(x) & 0x3) << 8) argument
41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument
43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10) argument
44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument
[all …]
Dr600_sq.h30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFFFF) … argument
31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument
34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(x) & 0x7) << 0) argument
35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument
37 #define S_SQ_CF_WORD1_CF_CONST(x) (((unsigned)(x) & 0x1F) << 3) argument
38 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument
40 #define S_SQ_CF_WORD1_COND(x) (((unsigned)(x) & 0x3) << 8) argument
41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument
43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10) argument
44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument
[all …]
Devergreend.h56 #define EVENT_TYPE(x) ((x) << 0) argument
57 #define EVENT_INDEX(x) ((x) << 8) argument
114 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument
115 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument
117 #define PKT_COUNT_S(x) (((unsigned)(x) & 0x3FFF) << 16) argument
118 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument
120 #define PKT0_BASE_INDEX_S(x) (((unsigned)(x) & 0xFFFF) << 0) argument
121 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument
123 #define PKT3_IT_OPCODE_S(x) (((unsigned)(x) & 0xFF) << 8) argument
124 #define PKT3_IT_OPCODE_G(x) (((x) >> 8) & 0xFF) argument
[all …]
/external/kmod/port-gnu/
Dendian-darwin.h24 # define htobe16(x) OSSwapHostToBigInt16(x) argument
25 # define htole16(x) OSSwapHostToLittleInt16(x) argument
26 # define be16toh(x) OSSwapBigToHostInt16(x) argument
27 # define le16toh(x) OSSwapLittleToHostInt16(x) argument
29 # define htobe32(x) OSSwapHostToBigInt32(x) argument
30 # define htole32(x) OSSwapHostToLittleInt32(x) argument
31 # define be32toh(x) OSSwapBigToHostInt32(x) argument
32 # define le32toh(x) OSSwapLittleToHostInt32(x) argument
34 # define htobe64(x) OSSwapHostToBigInt64(x) argument
35 # define htole64(x) OSSwapHostToLittleInt64(x) argument
[all …]
/external/iperf3/src/
Dportable_endian.h25 # define be16toh(x) betoh16(x) argument
26 # define le16toh(x) letoh16(x) argument
28 # define be32toh(x) betoh32(x) argument
29 # define le32toh(x) letoh32(x) argument
31 # define be64toh(x) betoh64(x) argument
32 # define le64toh(x) letoh64(x) argument
39 # define be64toh(x) (x) argument
40 # define htobe64(x) (x) argument
48 # define htobe16(x) OSSwapHostToBigInt16(x) argument
49 # define htole16(x) OSSwapHostToLittleInt16(x) argument
[all …]
/external/llvm-project/clang/test/Analysis/
Dsvalbuilder-rearrange-comparisons.c20 int x = g(); in f() local
29 int x = f(), y = f(); in compare_different_symbol_equal() local
36 int x = f(), y = f(); in compare_different_symbol_plus_left_int_equal() local
44 int x = f(), y = f(); in compare_different_symbol_minus_left_int_equal() local
52 int x = f(), y = f(); in compare_different_symbol_plus_right_int_equal() local
61 int x = f(), y = f(); in compare_different_symbol_minus_right_int_equal() local
70 int x = f(), y = f(); in compare_different_symbol_plus_left_plus_right_int_equal() local
81 int x = f(), y = f(); in compare_different_symbol_plus_left_minus_right_int_equal() local
92 int x = f(), y = f(); in compare_different_symbol_minus_left_plus_right_int_equal() local
103 int x = f(), y = f(); in compare_different_symbol_minus_left_minus_right_int_equal() local
[all …]
Dtest-after-div-zero.c6 void err_eq(int x) { in err_eq()
11 void err_eq2(int x) { in err_eq2()
16 void err_ne(int x) { in err_ne()
21 void err_ge(int x) { in err_ge()
26 void err_le(int x) { in err_le()
31 void err_yes(int x) { in err_yes()
35 void err_not(int x) { in err_not()
40 void err_pnot(int x) { in err_pnot()
46 void err_pnot2(int x) { in err_pnot2()
52 void err_ppnot(int x) { in err_ppnot()
[all …]
/external/vboot_reference/cgpt/
Dcgpt_endian.h21 # define htobe16(x) __bswap_16 (x) argument
22 # define htole16(x) (x) argument
23 # define be16toh(x) __bswap_16 (x) argument
24 # define le16toh(x) (x) argument
26 # define htobe32(x) __bswap_32 (x) argument
27 # define htole32(x) (x) argument
28 # define be32toh(x) __bswap_32 (x) argument
29 # define le32toh(x) (x) argument
31 # define htobe64(x) __bswap_64 (x) argument
32 # define htole64(x) (x) argument
[all …]
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dendian.h120 inline uint16_t ghtons(uint16_t x) { return gbswap_16(x); } in ghtons()
121 inline uint32_t ghtonl(uint32_t x) { return gbswap_32(x); } in ghtonl()
122 inline uint64_t ghtonll(uint64_t x) { return gbswap_64(x); } in ghtonll()
129 inline uint16_t ghtons(uint16_t x) { return x; } in ghtons()
130 inline uint32_t ghtonl(uint32_t x) { return x; } in ghtonl()
131 inline uint64_t ghtonll(uint64_t x) { return x; } in ghtonll()
139 inline uint16_t gntohs(uint16_t x) { return ghtons(x); } in gntohs()
140 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl()
141 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll()
151 inline uint16_t FromHost16(uint16_t x) { return x; } in FromHost16()
[all …]
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree-visitor.h35 Walk(const A &x, V &visitor) { in Walk()
43 Walk(A &x, M &mutator) { in Walk()
62 void Walk(const std::optional<T> &x, V &visitor) { in Walk()
67 template <typename T, typename M> void Walk(std::optional<T> &x, M &mutator) { in Walk()
75 template <typename T, typename V> void Walk(const std::list<T> &x, V &visitor) { in Walk()
80 template <typename T, typename M> void Walk(std::list<T> &x, M &mutator) { in Walk()
85 template <typename V> void Walk(const Block &x, V &visitor) { in Walk()
93 template <typename M> void Walk(Block &x, M &mutator) { in Walk()
109 void Walk(const std::tuple<A...> &x, V &visitor) { in Walk()
125 void Walk(std::tuple<A...> &x, M &mutator) { in Walk()
[all …]
/external/clang/test/Analysis/
Dtest-after-div-zero.c6 void err_eq(int x) { in err_eq()
11 void err_eq2(int x) { in err_eq2()
16 void err_ne(int x) { in err_ne()
21 void err_ge(int x) { in err_ge()
26 void err_le(int x) { in err_le()
31 void err_yes(int x) { in err_yes()
35 void err_not(int x) { in err_not()
40 void err_pnot(int x) { in err_pnot()
46 void err_pnot2(int x) { in err_pnot2()
52 void err_ppnot(int x) { in err_ppnot()
[all …]
/external/curl/lib/
Dcurl_ctype.h39 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) argument
40 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) argument
41 #define ISALNUM(x) (isalnum((int) ((unsigned char)x))) argument
42 #define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x))) argument
43 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) argument
44 #define ISALPHA(x) (isalpha((int) ((unsigned char)x))) argument
45 #define ISPRINT(x) (isprint((int) ((unsigned char)x))) argument
46 #define ISUPPER(x) (isupper((int) ((unsigned char)x))) argument
47 #define ISLOWER(x) (islower((int) ((unsigned char)x))) argument
48 #define ISCNTRL(x) (iscntrl((int) ((unsigned char)x))) argument
[all …]
/external/compiler-rt/lib/builtins/
Dint_math.h25 # define __has_builtin(x) 0 argument
41 #define crt_isfinite(x) _finite((x)) argument
42 #define crt_isinf(x) !_finite((x)) argument
43 #define crt_isnan(x) _isnan((x)) argument
50 # define crt_isfinite(x) __builtin_isfinite((x)) argument
52 # define crt_isfinite(x) \ argument
60 #define crt_isinf(x) __builtin_isinf((x)) argument
61 #define crt_isnan(x) __builtin_isnan((x)) argument
65 #define crt_copysign(x, y) copysign((x), (y)) argument
66 #define crt_copysignf(x, y) copysignf((x), (y)) argument
[all …]
/external/kernel-headers/original/uapi/linux/byteorder/
Dbig_endian.h15 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) argument
16 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) argument
17 #define __constant_htons(x) ((__force __be16)(__u16)(x)) argument
18 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) argument
19 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x))) argument
20 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) argument
21 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) argument
22 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x)) argument
23 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x))) argument
24 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x)) argument
[all …]
Dlittle_endian.h15 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) argument
16 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) argument
17 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) argument
18 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) argument
19 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) argument
20 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) argument
21 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) argument
22 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x)) argument
23 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) argument
24 #define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x)) argument
[all …]
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp43 template <typename T> bool Pre(const T &x) { in Pre()
59 void Unparse(const std::string &x) { Put(x); } in Unparse()
60 void Unparse(int x) { Put(std::to_string(x)); } in Unparse()
61 void Unparse(unsigned int x) { Put(std::to_string(x)); } in Unparse()
62 void Unparse(long x) { Put(std::to_string(x)); } in Unparse()
63 void Unparse(unsigned long x) { Put(std::to_string(x)); } in Unparse()
64 void Unparse(long long x) { Put(std::to_string(x)); } in Unparse()
65 void Unparse(unsigned long long x) { Put(std::to_string(x)); } in Unparse()
66 void Unparse(char x) { Put(x); } in Unparse()
69 template <typename T> void Before(const Statement<T> &x) { in Before()
[all …]
/external/skqp/include/private/
DSkFloatingPoint.h38 #define sk_float_sqrt(x) sqrtf(x) argument
39 #define sk_float_sin(x) sinf(x) argument
40 #define sk_float_cos(x) cosf(x) argument
41 #define sk_float_tan(x) tanf(x) argument
42 #define sk_float_floor(x) floorf(x) argument
43 #define sk_float_ceil(x) ceilf(x) argument
44 #define sk_float_trunc(x) truncf(x) argument
46 # define sk_float_acos(x) static_cast<float>(acos(x)) argument
47 # define sk_float_asin(x) static_cast<float>(asin(x)) argument
49 # define sk_float_acos(x) acosf(x) argument
[all …]
/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h23 #define __has_builtin(x) 0 argument
38 #define crt_isfinite(x) _finite((x)) argument
39 #define crt_isinf(x) !_finite((x)) argument
40 #define crt_isnan(x) _isnan((x)) argument
46 #define crt_isfinite(x) __builtin_isfinite((x)) argument
48 #define crt_isfinite(x) \ argument
56 #define crt_isinf(x) __builtin_isinf((x)) argument
57 #define crt_isnan(x) __builtin_isnan((x)) argument
61 #define crt_copysign(x, y) copysign((x), (y)) argument
62 #define crt_copysignf(x, y) copysignf((x), (y)) argument
[all …]

12345678910>>...493