Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 5955) sorted by relevance

12345678910>>...239

/llvm-project/clang/test/CodeGen/
H A Ddebug-info-257-args.c7 void fn1(int, int, int, int, int, int, int, int, int, int, int, int, int, int, in fn1() argument
H A Dkcfi-normalize.c10 void foo(void (*fn)(int), int arg) { in foo() argument
17 void bar(void (*fn)(int, int), int arg1, int arg2) { in bar() argument
24 void baz(void (*fn)(int, int, int), int arg argument
[all...]
H A Dcfi-icall-normalize2.c6 void foo(void (*fn)(int), int arg) { in foo()
13 void bar(void (*fn)(int, int), int arg1, int arg2) { in bar() argument
20 void baz(void (*fn)(int, int, int), int arg1, int arg2, int arg3) { in baz() argument
/llvm-project/clang/test/Parser/
H A Dmethod-prototype-1.m3 - (void) bycopy : (int) woodo, ... ; argument
4 - (void) break : (int) woodo, ... ; argument
5 - (void) enum : (int) woodo, ... ; argument
6 - (void) struct : (int) woodo, ... ; argument
7 - (void) union : (int) woodo, ... ; argument
8 - (void) if : (int) woodo, int i, char chh, ... ; argument
9 - (void) else : (int) woodo, ... ; argument
10 - (void) while : (int) woodo, ... ; argument
11 - (void) do : (int) woodo, ... ; argument
12 - (void) for : (int) woodo, ... ; argument
[all …]
H A Dmessage-expr-alt-op.mm15 xor_eq:(int)l; argument
17 -(void)justAnd:(int)x and:(int)y; argument
19 -(void)and:(int)x; argument
/llvm-project/clang/test/SemaObjC/
H A Dattr-deprecated-replacement-fixit.m19 - (void)multi:(int)param1 parameter:(int)param2 replacement:(int)param3 DEPRECATED("multi_new:param… argument
20 - (void)multi_new:(int)param1 parameter_new:(int)param2 replace_new_ment:(int)param3; argument
24 - (void)renameVarArgs:(int)params, ...; argument
28 - (void)leadingMinusRenamed:(int)param; argument
32 - (void)leadingPlusRenamed:(int)param; argument
35 - (void)sourceEmptyName:(int)param1 :(int)param2 DEPRECATED("renameEmptyName:toNonEmpty:"); argument
36 - (void)renameEmptyName:(int)param1 toNonEmpty:(int)param2; argument
39 - (void)target:(int)param1 willBecomeEmpty:(int)param2 emptyName:(int)param3 DEPRECATED("target::em… argument
40 - (void)target:(int)param1 :(int)param2 emptyName:(int)param3; argument
43 - (void)extra:(int)param1 whiteSpace:(int)param2 DEPRECATED("renameExtra:whiteSpace:"); argument
[all …]
H A Dmethod-direct-properties.m32 @property(nonatomic) int propertyWithNonDirectGetter2; // expected-note {{previous declaration is h… category
34 @property(nonatomic, readwrite) int getDirect_setDirectMembers; // expected-note {{previous declar… category
35 @property(nonatomic, readwrite) int getDynamic_setDirectMembers; // expected-note {{previous declar… category
39 @property(nonatomic, readwrite) int getDirect_setDynamic; category
40 @property(nonatomic, readwrite, direct) int getDirect_setDirect; // expected-note {{previous declar… category
42 @property(nonatomic, readwrite, direct) int getDynamic_setDirect; // expected-note {{previous decla… category
46 @property(nonatomic, direct) int propertyWithNonDirectGetterInParent; // expected-note {{previous d… category
48 - (int)propertyWithNonDirectGetter; // no error: legal override category
49 - (int)propertyWithNonDirectGetter2; // no error: legal override category
50 - (int)propertyWithNonDirectGetterInParent; // no error: legal override category
[all …]
H A Divar-ref-misuse.m7 + (void)setFoo:(int)foo; argument
8 + (void)setSprite:(int)sprite; argument
9 - (void)setFoo:(int)foo; argument
10 - (void)setSprite:(int)sprite; argument
17 + (void)setFoo:(int)foo { argument
23 + (void)setSprite:(int)sprite { argument
30 - (void)setFoo:(int)foo { argument
34 - (void)setSprite:(int)sprite { argument
H A Dmethod-undefined-warn-1.m5 - (void) meth : (int) arg1; argument
8 + (void) cls_meth1 : (int) arg1; // expected-note {{method 'cls_meth1:' declared here}} argument
15 - (void) meth : (int) arg2{} argument
16 - (void) cls_meth1 : (int) arg2{} argument
21 - (void) meth : (int) arg1; argument
24 + (void) cls_meth1 : (int) arg1; // expected-note {{method 'cls_meth1:' declared here}} argument
31 - (void) meth : (int) arg2{} argument
32 - (void) cls_meth1 : (int) arg2{} argument
37 - (void) meth : (int) arg1; argument
38 - (void) cls_meth1 : (int) arg1; argument
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-cpuspecific-outoflinedefs.cpp10 int __attribute__((cpu_specific(atom))) OutOfLineDefs::foo(int) { in foo() argument
13 int __attribute__((cpu_specific(ivybridge))) OutOfLineDefs::foo(int) { in foo() argument
16 int __attribute__((cpu_dispatch(ivybridge, atom))) OutOfLineDefs::foo(int) { in foo() argument
19 int __attribute__((cpu_specific(atom))) OutOfLineDefs::foo(int, int) { in foo() argument
22 int __attribute__((cpu_specific(ivybridge))) OutOfLineDefs::foo(int, int) { in foo() argument
26 OutOfLineDefs::foo(int, int) { in foo() argument
29 int __attribute__((cpu_specific(ivybridge))) OutOfLineDefs::foo(int, int, int) { in foo() argument
33 OutOfLineDefs::foo(int, int, int) { in foo() argument
37 OutOfLineDefs::foo(int, int, int) { in foo() argument
H A Dattr-target-mv-diff-ns.cpp6 int __attribute__((target("sse4.2"))) foo(int) { return 0; } in foo() argument
8 int __attribute__((target("arch=ivybridge"))) foo(int) {return 1;} in foo() argument
9 int __attribute__((target("default"))) foo(int) { return 2; } in foo() argument
12 int __attribute__((target("sse4.2"))) foo(int) { return 0; } in foo() argument
14 int __attribute__((target("arch=ivybridge"))) foo(int) {return 1;} in foo() argument
15 int __attribute__((target("default"))) foo(int) { return 2; } in foo() argument
/llvm-project/clang/test/Index/
H A Dcomplete-super.m7 - (void)add:(int)x to:(int)y; argument
8 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
14 - (void)add:(int)x to:(int)y; argument
15 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
19 - (void)add:(int)a to:(int)b { argument
23 + (void)select:(Bool)condition first:(int)a second:(int)b { argument
30 - (void)multiply:(int)x by:(int)y; argument
37 - (void)multiply:(int)a by:(int)b { argument
H A Dcomplete-at-exprstmt.m4 - (int)myMethod:(int)arg; argument
8 - (int)myMethod:(int)arg { argument
14 + (int)add:(int)x to:(int)y; argument
15 + (int)add:(int)x to:(int)y plus:(int)z; argument
H A Dcomplete-method-decls.m6 - (id)initWithInt:(int)x; argument
7 - (id)initWithTwoInts:(inout int)x second:(int)y;
22 - (id)initWithInt:(int)x; argument
25 - (int)setValue:(int)x; argument
29 - (id)categoryFunction:(int)x; argument
36 - (void)setValue:(int)x { } argument
37 - (id)initWithTwoInts:(int)x second:(int)y { return self; } argument
42 - (id)categoryFunction:(int)x { return self; } argument
46 - (int)first:(int)x second:(float)y third:(double)z; argument
47 - (id)first:(int)xx second2:(float)y2 third:(double)z; argument
[all …]
H A Dcomplete-designated-initializer.m9 - (instancetype)initWithFoo:(int)foo ; argument
10 - (instancetype)initWithX:(int)x andY:(int)y ; argument
19 - (instancetype)initWithFoo:(int)foo { argument
22 - (instancetype)initWithX:(int)x andY:(int)y { argument
H A Dcomplete-property-getset.m7 - (int)getter2_not:(int)x; argument
9 - (void)setter1:(int)x; argument
10 + (void)setter2_not_inst:(int)x; argument
11 + (void)setter2_many_args:(int)x second:(int)y; argument
12 - (void)setter3:(int)y; argument
18 - (void)setter4:(int)x; argument
/llvm-project/clang/test/CodeGenObjCXX/
H A Dmangle.mm37 - (void) process: (int)r3 :(int)r4 :(int)r5 :(int)r6 :(int)r7 :(int)r8 :(int)r9 :(int)r10 :(int &)i; argument
41 - (void) process: (int)r3 :(int)r4 :(int)r5 :(int)r6 :(int)r7 :(int)r8 :(int)r9 :(int)r10 :(int &)i… argument
/llvm-project/clang/test/Analysis/copypaste/
H A Dobjc-methods.m6 - (int) setOk : (int) a : (int) b; argument
10 - (int) setOk : (int) a : (int) b { // expected-warning{{Duplicate code detected}} argument
18 - (int) setOk : (int) a : (int) b; argument
22 - (int) setOk : (int) a : (int) b { // expected-note{{Similar code here}} argument
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/
H A Dor_else.mandates.verify.cpp37 int lval_return_not_std_expected(int&) { return 0; } in lval_return_not_std_expected() argument
38 int clval_return_not_std_expected(const int&) { return 0; } in clval_return_not_std_expected()
39 int rval_return_not_std_expected(int&&) { return 0; } in rval_return_not_std_expected() argument
40 int crval_return_not_std_expected(const int&&) { return 0; } in crval_return_not_std_expected()
42 std::expected<NotSameAsInt, int> lval_error_type_not_same_as_int(int&) { return {}; } in lval_error_type_not_same_as_int() argument
43 std::expected<NotSameAsInt, int> clval_error_type_not_same_as_int(const int&) { return {}; } in clval_error_type_not_same_as_int()
44 std::expected<NotSameAsInt, int> rval_error_type_not_same_as_int(int&&) { return {}; } in rval_error_type_not_same_as_int() argument
45 std::expected<NotSameAsInt, int> crval_error_type_not_same_as_int(const int&&) { return {}; } in crval_error_type_not_same_as_int()
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.expected/
H A Dor_else.mandates.verify.cpp37 int lval_return_not_std_expected(int&) { return 0; } in lval_return_not_std_expected() argument
38 int clval_return_not_std_expected(const int&) { return 0; } in clval_return_not_std_expected()
39 int rval_return_not_std_expected(int&&) { return 0; } in rval_return_not_std_expected() argument
40 int crval_return_not_std_expected(const int&&) { return 0; } in crval_return_not_std_expected()
42 std::expected<NotSameAsInt, int> lval_error_type_not_same_as_int(int&) { return {}; } in lval_error_type_not_same_as_int() argument
43 std::expected<NotSameAsInt, int> clval_error_type_not_same_as_int(const int&) { return {}; } in clval_error_type_not_same_as_int()
44 std::expected<NotSameAsInt, int> rval_error_type_not_same_as_int(int&&) { return {}; } in rval_error_type_not_same_as_int() argument
45 std::expected<NotSameAsInt, int> crval_error_type_not_same_as_int(const int&&) { return {}; } in crval_error_type_not_same_as_int()
H A Dand_then.mandates.verify.cpp37 int lval_return_not_std_expected(int&) { return 0; } in lval_return_not_std_expected() argument
38 int clval_return_not_std_expected(const int&) { return 0; } in clval_return_not_std_expected() argument
39 int rval_return_not_std_expected(int&&) { return 0; } in rval_return_not_std_expected() argument
40 int crval_return_not_std_expected(const int&&) { return 0; } in crval_return_not_std_expected() argument
42 std::expected<int, NotSameAsInt> lval_error_type_not_same_as_int(int argument
43 clval_error_type_not_same_as_int(const int &) clval_error_type_not_same_as_int() argument
44 rval_error_type_not_same_as_int(int &&) rval_error_type_not_same_as_int() argument
45 crval_error_type_not_same_as_int(const int &&) crval_error_type_not_same_as_int() argument
[all...]
/llvm-project/clang/test/Sema/
H A Dattr-callback-broken.c11 __attribute__((callback(1, -1))) void too_few_args_3(void (*callback)(int, int)) {} // expected-e… in too_few_args_3()
33 __attribute__((callback(1, -1))) void vararg_cb_1(void (*callback)(int, ...)) {} // expected-er… in vararg_cb_1()
36 __attribute__((callback(1, -1, 1, 2, 3, 4, -1))) void varargs_1(void (*callback)(int, ...), int a, … in varargs_1()
39 __attribute__((callback(1, -1, 1))) void self_arg_1(void (*callback)(int, ...)) {} // expe… in self_arg_1()
43 __attribute__((callback(cb, ab))) void unknown_name2(void (*cb)(int), int a) {} // expected-error {… in unknown_name2()
51 __attribute__((callback(callback, __))) void too_few_args_3b(void (*callback)(int, int)) {} // … in too_few_args_3b()
68 __attribute__((callback(callback, __))) void vararg_cb_1b(void (*callback)(int, ...)) {} // expecte… in vararg_cb_1b()
71 __attribute__((callback(callback, __, callback, a, b, c, __))) void varargs_1b(void (*callback)(int in varargs_1b()
74 __attribute__((callback(1, __, callback))) void self_arg_1b(void (*callback)(int, ...)) {} … in self_arg_1b()
/llvm-project/clang/test/Analysis/
H A Dexplain-svals.m33 + (instancetype)top_level_class_method:(int)param; argument
34 + (instancetype)non_top_level_class_method:(int)param; argument
35 - top_level_instance_method:(int)param; argument
36 - non_top_level_instance_method:(int)param; argument
40 + (instancetype)top_level_class_method:(int)param { argument
44 + (instancetype)non_top_level_class_method:(int)param { argument
48 - top_level_instance_method:(int)param { argument
52 - non_top_level_instance_method:(int)param { argument
/llvm-project/clang/test/CodeGenObjC/
H A Ddot-syntax-1.m18 -(void) setX: (int) arg; argument
26 -(void) _setX: (int) arg { argument
36 -(void) setX: (int) arg { argument
45 -(void) setX: (int) arg; argument
57 -(void) setX: (int) arg { argument
67 -(void) _setX: (int) arg { argument
76 -(void) _setX: (int) arg; argument
88 -(void) _setX: (int) arg { argument
98 -(void) setX: (int) arg { argument
107 -(void) setX: (int) arg; argument
[all …]
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp16 void test_Def1(Def1<int, const int> *d1, Def1<const int, const int> *d2, in test_Def1()
17 Def1<int&, int&> *d3) { in test_Def1()
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
63 void test_Def4(Def4<int, int[]> *d4a) { in test_Def4()
77 void test_Def5(Def5<int, const int[12]> *d5a, Def5<int, const int[13]> *d5b) { in test_Def5()
94 bool test_Def6(Def6<int, float, float> *d6a, in test_Def6()
97 bool(*)(int*, float(*)(double, double))> *d6c) { in test_Def6()

12345678910>>...239