Home
last modified time | relevance | path

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

12345678910>>...43

/external/clang/test/CodeGen/
Ddebug-info-257-args.c7 void fn1(int, int, int, int, int, int, int, int, int, int, int, int, int, int, in fn1() argument
/external/clang/test/Parser/
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 …]
/external/clang/test/Index/
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
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
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
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 …]
Dcomplete-objc-message.m6 - protocolInstanceMethod : (int)value; argument
11 + (int)classMethod1:a withKeyword:(int)b; argument
86 - (int)Method:(int)i; argument
88 - (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
89 - (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj; argument
90 - (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj; argument
91 - (int)OtherMethod:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
99 - (int)Method:(int)i, ...; argument
107 + (int)Method:(int)i; argument
109 + (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DUrlComponentEncodingTester.java51 map.put((int) '\b', Encoding.PERCENT); // Backspace in map.put() argument
52 map.put((int) '\t', Encoding.SKIP); // Horizontal Tab in map.put() argument
53 map.put((int) '\n', Encoding.SKIP); // Line feed in map.put() argument
55 map.put((int) '\f', Encoding.SKIP); // Form feed in map.put() argument
56 map.put((int) '\r', Encoding.SKIP); // Carriage return in map.put() argument
75 map.put((int) ' ', Encoding.PERCENT); in map.put() argument
76 map.put((int) '!', Encoding.IDENTITY); in map.put() argument
77 map.put((int) '"', Encoding.PERCENT); in map.put() argument
78 map.put((int) '#', Encoding.PERCENT); in map.put() argument
79 map.put((int) '$', Encoding.IDENTITY); in map.put() argument
[all …]
/external/clang/test/CodeGenObjCXX/
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
/external/clang/test/SemaObjC/
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
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 …]
Dmethod-typecheck-1.m4 - (void) setMoo: (int) x; // expected-note {{previous definition is here}} argument
5 - (int) setMoo1: (int) x; // expected-note {{previous definition is here}} argument
6 - (int) setOk : (int) x : (double) d; argument
11 - (char) setMoo1: (int) x { return 0; } // expected-warning {{conflicting return type in implement… argument
12 - (int) setOk : (int) x : (double) d { return 0; } argument
18 + (void) cMoo: (int) x; // expected-note 2 {{previous definition is here}} argument
28 - (void) setCat: (int) x; // expected-note 2 {{previous definition is here}} argument
29 + (void) cCat: (int) x; // expected-note {{previous definition is here}} argument
35 + (int) cCat: (int) x { return 0; } // expected-warning {{conflicting return type in implementatio… argument
Dprovisional-ivar-lookup.m18 - (void)setFoo:(int)value { argument
22 - (void)setFoo1:(int)value { argument
26 - (void)setFoo2:(int)value { argument
30 - (void)setFoo3:(int)value { argument
38 - (void)setPROP:(int)value { argument
Dproperty-user-setter.m7 -(void) setY: (int) y0; argument
11 -(void) setX: (int) a0; argument
18 -(void) setY: (int) y0{} argument
37 - (void)setIdentifier:(int)ident {} argument
39 - (id)initWithIdentifier:(int)Arg { argument
54 - (void)setRprop:(int)ident {} argument
56 - (id)initWithIdentifier:(int)Arg { argument
73 - (void) setSetterOnly:(int)value; argument
77 - (void) setSetterOnly:(int)value { argument
85 - (void)setFoo:(int)value; argument
Dobjc-container-subscripting-3.m5 - (int)objectAtIndexedSubscript:(int)index; // expected-note {{method 'objectAtIndexedSubscript:' d… argument
6 - (void)setObject:(int)object atIndexedSubscript:(int)index; // expected-note {{parameter of type '… argument
11 - (void)setObject:(int)object forKeyedSubscript:(id)key; // expected-note {{parameter of type 'int'… argument
/external/clang/test/CodeGenObjC/
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 …]
/external/clang/test/SemaTemplate/
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()
/external/eigen/bench/btl/generic_bench/init/
Dinit_function.hh33 double pseudo_random(int /*index*/) in pseudo_random() argument
38 double pseudo_random(int /*index_i*/, int /*index_j*/) in pseudo_random() argument
44 double null_function(int /*index*/) in null_function() argument
49 double null_function(int /*index_i*/, int /*index_j*/) in null_function() argument
/external/clang/test/Analysis/
DDynamicTypePropagation.m16 - (void) myFunction:(int*)p myParam:(int) n; argument
20 - (void) myFunction:(int*)p myParam:(int) n; argument
31 - (void) myFunction:(int*)p myParam:(int) n { argument
37 - (void) myFunction:(int*)p myParam:(int) n { argument
Dbug_hash_test.m14 - (void)method:(int)arg param:(int)arg2; argument
18 - (void)method:(int)arg param:(int)arg2 { argument
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
Dswap.pass.cpp47 int operator()(int, int) const { return -2; } in operator ()() argument
48 int operator()(int, int, int) const { return -3; } in operator ()() argument
56 int g(int) { return 0; } in g() argument
57 int h(int) { return 1; } in h() argument
58 int g2(int, int) { return 2; } in g2() argument
59 int g3(int, int, int) { return 3; } in g3() argument
/external/boringssl/src/util/
Dmake_errors.go179 func (a assignmentsSlice) Less(i, j int) bool {
183 func (a assignmentsSlice) Swap(i, j int) {
187 func outputAssignments(w io.Writer, assignments map[string]int) {
225 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, reasons map[string]int) error {
268 func outputStrings(w io.Writer, lib string, assignments map[string]int) {
283 func assignNewValues(assignments map[string]int, reserved int) {
319 func handleDeclareMacro(line, join, macroName string, m map[string]int) {
339 func addReasons(reasons map[string]int, filename, prefix string) error {
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument
49 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() argument
57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument
65 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() argument
71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument
78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument
86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() argument
94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() argument
100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument
106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument
[all …]
/external/mesa3d/src/amd/addrlib/inc/chip/r800/
Dsi_gb_reg.h47 unsigned int : 1; member
49 unsigned int : 1; member
51 unsigned int : 1; member
53 unsigned int : 2; member
55 unsigned int : 1; member
57 unsigned int : 1; member
59 unsigned int : 2; member
62 unsigned int : 1; member
68 unsigned int : 1; member
71 unsigned int : 2; member
[all …]
/external/clang/test/CXX/expr/expr.mptr.oper/
Dp6-0x.cpp15 void test(X *xp, int (X::*pmf)(int), int (X::*l_pmf)(int) &, in test() argument

12345678910>>...43