Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 1367) sorted by relevance

12345678910>>...55

/minix/external/bsd/llvm/dist/clang/INPUTS/
H A Dcfg-nested-switches.c1 #define EXPAND_2_INNER_CASES(i, x, y) INNER_CASE(i, x, y); INNER_CASE(i + 1, x, y); argument
2 #define EXPAND_4_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i + … argument
3 #define EXPAND_8_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i + … argument
4 #define EXPAND_16_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i + … argument
5 #define EXPAND_32_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i +… argument
8 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); argument
9 #define EXPAND_4_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i + … argument
10 #define EXPAND_8_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i + … argument
18 unsigned y = 0; in cfg_nested_switch() local
21 #define INNER_CASE(i, x, y) \ in cfg_nested_switch() argument
[all …]
H A Dcfg-big-switch.c1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y); argument
2 #define EXPAND_4_CASES(i, x, y) EXPAND_2_CASES(i, x, y) EXPAND_2_CASES(i + 2, x, y) argument
3 #define EXPAND_8_CASES(i, x, y) EXPAND_4_CASES(i, x, y) EXPAND_4_CASES(i + 4, x, y) argument
4 #define EXPAND_16_CASES(i, x, y) EXPAND_8_CASES(i, x, y) EXPAND_8_CASES(i + 8, x, y) argument
5 #define EXPAND_32_CASES(i, x, y) EXPAND_16_CASES(i, x, y) EXPAND_16_CASES(i + 16, x, y) argument
6 #define EXPAND_64_CASES(i, x, y) EXPAND_32_CASES(i, x, y) EXPAND_32_CASES(i + 32, x, y) argument
7 #define EXPAND_128_CASES(i, x, y) EXPAND_64_CASES(i, x, y) EXPAND_64_CASES(i + 64, x, y) argument
8 #define EXPAND_256_CASES(i, x, y) EXPAND_128_CASES(i, x, y) EXPAND_128_CASES(i + 128, x, y) argument
9 #define EXPAND_512_CASES(i, x, y) EXPAND_256_CASES(i, x, y) EXPAND_256_CASES(i + 256, x, y) argument
17 unsigned y = 0; in cfg_big_switch() local
[all …]
H A Dcfg-long-chain1.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
15 unsigned y = 0; in cfg_long_chain_single_exit() local
[all …]
H A Dcfg-long-chain2.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
15 unsigned y = 0; in cfg_long_chain_multiple_exit() local
[all …]
H A Dcfg-long-chain3.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
15 unsigned y = 0; in cfg_long_chain_many_preds() local
[all …]
H A Dcfg-nested-var-scopes.cpp21 #define EXPAND_2_INNER_CASES(i, x, y) INNER_CASE(i, x, y); INNER_CASE(i + 1, x, y); argument
22 #define EXPAND_4_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i + … argument
23 #define EXPAND_8_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i + … argument
24 #define EXPAND_16_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i + … argument
27 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); argument
28 #define EXPAND_4_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i + … argument
29 #define EXPAND_8_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i + … argument
30 #define EXPAND_16_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i + … argument
34 int y = 0; in cfg_nested_vars() local
38 #define INNER_CASE(i, x, y) \ in cfg_nested_vars() argument
[all …]
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dbuiltins-overflow.c15 unsigned test_uadd_overflow(unsigned x, unsigned y) { in test_uadd_overflow()
42 unsigned test_usub_overflow(unsigned x, unsigned y) { in test_usub_overflow()
69 unsigned test_umul_overflow(unsigned x, unsigned y) { in test_umul_overflow()
96 int test_sadd_overflow(int x, int y) { in test_sadd_overflow()
105 long test_saddl_overflow(long x, long y) { in test_saddl_overflow()
114 long long test_saddll_overflow(long long x, long long y) { in test_saddll_overflow()
123 int test_ssub_overflow(int x, int y) { in test_ssub_overflow()
132 long test_ssubl_overflow(long x, long y) { in test_ssubl_overflow()
141 long long test_ssubll_overflow(long long x, long long y) { in test_ssubll_overflow()
150 int test_smul_overflow(int x, int y) { in test_smul_overflow()
[all …]
H A Dppc64-align-struct.c5 struct test1 { int x; int y; }; member
14 void test1 (int x, struct test1 y) in test1()
19 void test2 (int x, struct test2 y) in test2()
24 void test3 (int x, struct test3 y) in test3()
29 void test4 (int x, struct test4 y) in test4()
58 struct test1 y; in test1va() local
77 struct test2 y; in test2va() local
96 struct test3 y; in test3va() local
111 struct test4 y; in test4va() local
127 struct test_longdouble y; in testva_longdouble() local
[all …]
H A Drestrict.c6 void test0(int *x, int y) { in test0()
10 void test1(int * restrict x, int y) { in test1()
14 void test2(int *x, int * restrict y) { in test2()
20 void test3(rp x, int y) { in test3()
24 void test4(int *x, rp y) { in test4()
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-property-decl-attrs.m7 id __weak y; field
11 @property(strong) id y; property
18 id __weak y; field
22 @property(retain) id y; property
29 id __weak y; field
33 @property(copy) id y; property
41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… property
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… property
53 @property(copy) __weak id y; // expected-error {{strong property 'y' may not also be declared __wea… property
59 @property(assign) __weak id y; // expected-error {{property attributes 'assign' and 'weak' are mutu… property
[all …]
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dpragma-visibility.cpp5 static int y; member
8 int x::y = 10; member in x
13 static int y; member
15 int x2::y = 10; member in x2
21 static int y; member
24 template<> int x4<int>::y = 10; member in x4<int>
39 template<> void x5<int>::y() {} in y() function in x5
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Dstring.c699 char *y = "123"; in strcmp_0() local
705 char *y = "123"; in strcmp_1() local
711 char *y = "234"; in strcmp_2() local
717 char *y = "123"; in strcmp_null_0() local
723 char *y = NULL; in strcmp_null_1() local
729 char *y = "234"; in strcmp_diff_length_0() local
741 char *y = "123"; in strcmp_diff_length_2() local
782 char *y = "123"; in strncmp_0() local
806 char *y = NULL; in strncmp_null_1() local
903 char *y = NULL; in strcasecmp_null_1() local
[all …]
H A Dplist-macros.cpp10 void noteOnMacro(int y) { in noteOnMacro()
19 void macroIsFirstInFunction(int y) { in macroIsFirstInFunction()
26 int macroInExpression(int *p, int y) {; in macroInExpression()
34 int macroInExpressionNoNote(int *p, int y) {; in macroInExpressionNoNote()
43 int macroWithArgInExpression(int *p, int y) {; in macroWithArgInExpression()
54 int useMultiNoteMacroWithError(int *p, int y) {; in useMultiNoteMacroWithError()
66 int useMultiNote(int *p, int y) {; in useMultiNote()
/minix/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dminmax.pass.cpp21 test(const T& a, const T& b, const T& x, const T& y) in test()
32 int y = 0; in main() local
38 int y = 1; in main() local
44 int y = 0; in main() local
53 constexpr static int y = 0; in main() local
H A Dminmax_comp.pass.cpp23 test(const T& a, const T& b, C c, const T& x, const T& y) in test()
35 int y = 0; in main() local
41 int y = 1; in main() local
47 int y = 0; in main() local
56 constexpr static int y = 0; in main() local
H A Dmax.pass.cpp30 int y = 0; in main() local
36 int y = 1; in main() local
42 int y = 0; in main() local
49 constexpr int y = 0; in main() local
H A Dmin.pass.cpp30 int y = 0; in main() local
36 int y = 1; in main() local
42 int y = 0; in main() local
49 constexpr int y = 0; in main() local
/minix/external/bsd/libc++/dist/libcxx/test/algorithms/alg.sorting/alg.min.max/
H A Dminmax.pass.cpp21 test(const T& a, const T& b, const T& x, const T& y) in test()
32 int y = 0; in main() local
38 int y = 1; in main() local
44 int y = 0; in main() local
53 constexpr static int y = 0; in main() local
H A Dminmax_comp.pass.cpp23 test(const T& a, const T& b, C c, const T& x, const T& y) in test()
35 int y = 0; in main() local
41 int y = 1; in main() local
47 int y = 0; in main() local
56 constexpr static int y = 0; in main() local
H A Dmax.pass.cpp30 int y = 0; in main() local
36 int y = 1; in main() local
42 int y = 0; in main() local
49 constexpr int y = 0; in main() local
H A Dmin.pass.cpp30 int y = 0; in main() local
36 int y = 1; in main() local
42 int y = 0; in main() local
49 constexpr int y = 0; in main() local
/minix/external/bsd/libc++/dist/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
H A Darg_type.pass.cpp25 int call_with_value(int x, int y) { return (x + y); } in call_with_value()
26 int call_with_ref(int & x, int & y) { return (x + y); } in call_with_ref()
27 int call_with_const_ref(int const & x, int const & y) { return (x + y); } in call_with_const_ref()
28 int call_with_rvalue_ref(int && x, int && y) { return (x + y); } in call_with_rvalue_ref()
29 int call_with_pointer(int * x, int * y) { return (*x + *y); } in call_with_pointer()
30 int call_with_const_pointer(int const* x, int const * y) { return (*x + *y); } in call_with_const_pointer()
66 int y = 0; in test_refs() local
98 int y = 0; in test_const_refs() local
126 int y = 0; in test_pointer() local
149 int y = 0; in test_const_pointer() local
/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Dtypedef-redef.c9 int y; // expected-note 2 {{previous definition is here}} variable
10 float y; // expected-error{{redefinition of 'y' with a different type}} variable
11 double y; // expected-error{{redefinition of 'y' with a different type}} variable
/minix/sys/arch/arm/include/
H A Dasm.h57 # define __CONCAT(x,y) x ## y argument
99 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE argument
100 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y)) argument
101 #define END(y) _END(_C_LABEL(y)) argument
103 #define ARM_ENTRY_NP(y) _ARM_ENTRY(_C_LABEL(y)) argument
105 #define THUMB_ENTRY_NP(y) _THUMB_ENTRY(_C_LABEL(y)) argument
107 #define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y)) argument
108 #define ASEND(y) _END(_ASM_LABEL(y)) argument
110 #define ARM_ASENTRY_NP(y) _ARM_ENTRY(_ASM_LABEL(y)) argument
137 #define PIC_SYM(x,y) x ## ( ## y ## ) argument
[all …]
/minix/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_math.h47 #define crt_copysign(x, y) __builtin_copysign((x), (y)) argument
48 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) argument
49 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) argument
55 #define crt_fmax(x, y) __builtin_fmax((x), (y)) argument
56 #define crt_fmaxf(x, y) __builtin_fmaxf((x), (y)) argument
57 #define crt_fmaxl(x, y) __builtin_fmaxl((x), (y)) argument
63 #define crt_scalbn(x, y) __builtin_scalbn((x), (y)) argument
64 #define crt_scalbnf(x, y) __builtin_scalbnf((x), (y)) argument
65 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) argument

12345678910>>...55