Searched refs:meth (Results 1 - 25 of 36) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dtemplate-1.mm12 - (int) meth;
16 - (int) meth;
30 - (int) meth { return 333; }
34 - (int) meth { return 666; }
44 CHECK_IF([base.m meth] == 333);
45 CHECK_IF([derived.m meth] == 666);
H A Dtry-catch-8.mm9 - (id) meth;
13 - (id) meth {
H A Dthreedotthree-abi-1.mm46 struct objc_method_description *meth;
52 meth = &meth_object;
53 if (strcmp (meth->types, "Vv12@0:4On@8"))
56 meth = &meth_object;
57 if (strcmp (meth->types, "Vv12@0:4nO@8"))
60 meth = &meth_object;
61 if (strcmp (meth->types, "Vv12@0:4Oo@8"))
64 meth = &meth_object;
65 if (strcmp (meth->types, "Vv12@0:4oO@8"))
68 meth
[all...]
H A Dencode-7.mm43 Method meth;
53 meth = class_getInstanceMethod(testClass, @selector(test2:with:));
55 sscanf(method_getTypeEncoding(meth), "v%d@%d:%d[%di]%d^i%d", &offs1, &offs2, &offs3,
60 meth = class_getInstanceMethod(testClass, @selector(test3:));
62 sscanf(method_getTypeEncoding(meth), "v%d@%d:%d[%d[%d{Test=#f}]]%d", &offs1, &offs2, &offs3,
H A Dencode-4.mm70 Method meth;
73 meth = class_getInstanceMethod(fooClass, @selector(setRect:withInt:));
75 sscanf(method_getTypeEncoding(meth), "@%u@%u:%u{_XXRect={?=ff}{?=ff}}%ui%u", &offs1, &offs2, &offs3,
80 meth = class_getInstanceMethod(fooClass, @selector(char:float:double:long:));
86 sscanf(method_getTypeEncoding(meth), string, &offs1, &offs2, &offs3,
H A Dencode-5.mm38 struct objc_method_description *meth;
44 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
54 meth = &meth_object;
65 meth = &meth_object;
71 meth = &meth_object;
91 meth = &meth_object;
H A Dproto-qual-1.mm33 struct objc_method_description *meth;
39 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
49 meth = &meth_object;
56 meth = &meth_object;
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dtry-catch-7.m9 - (id) meth;
13 - (id) meth {
H A Dthreedotthree-abi-1.m46 struct objc_method_description *meth;
52 meth = &meth_object;
53 if (strcmp (meth->types, "Vv12@0:4On@8"))
56 meth = &meth_object;
57 if (strcmp (meth->types, "Vv12@0:4nO@8"))
60 meth = &meth_object;
61 if (strcmp (meth->types, "Vv12@0:4Oo@8"))
64 meth = &meth_object;
65 if (strcmp (meth->types, "Vv12@0:4oO@8"))
68 meth
[all...]
H A Dencode-7-next.m196 Method meth;
200 meth = class_getInstanceMethod (fooClass, @selector(_errorWithOSStatus:ref1:ref2:reading:));
201 CHECK_IF (!strcmp (meth->method_types, "@24@0:4l8r^{FSRef=[80C]}12r^{FSRef=[80C]}16c20"));
203 meth = class_getInstanceMethod (fooClass, @selector(_attributeRunForCharacterAtIndex:));
204 CHECK_IF (!strcmp (meth->method_types, "r^{?=@@II^Iffff{_NSRect={_NSPoint=ff}{_NSSize=ff}}l^lL^L@@@:::****{?=b1b1b1b1b1b27}}12@0:4L8"));
206 meth = class_getInstanceMethod (fooClass, @selector(_getATSTypesetterGuts:));
207 CHECK_IF (!strcmp (meth->method_types, "r@12@0:4r:8"));
209 meth = class_getInstanceMethod (fooClass, @selector(resumeWithSuspensionID:and:));
210 CHECK_IF (!strcmp (meth->method_types, "v16@0:4^{__NSAppleEventManagerSuspension=}8r^I12"));
212 meth
[all...]
H A Dencode-7-next-64bit.m199 Method meth;
204 meth = class_getInstanceMethod (fooClass, @selector(_errorWithOSStatus:ref1:ref2:reading:));
205 CHECK_IF (method_getTypeEncoding(meth), "@40@0:8i16r^{FSRef=[80C]}20r^{FSRef=[80C]}28c36");
207 meth = class_getInstanceMethod (fooClass, @selector(_attributeRunForCharacterAtIndex:));
208 CHECK_IF (method_getTypeEncoding (meth), "r^{?=@@qq^qffff{_NSRect={_NSPoint=ff}{_NSSize=ff}}q^qQ^Q@@@:::****{?=b1b1b1b1b1b27}}24@0:8q16");
211 meth = class_getInstanceMethod (fooClass, @selector(_getATSTypesetterGuts:));
212 CHECK_IF (method_getTypeEncoding (meth), "r@24@0:8r:16");
215 meth = class_getInstanceMethod (fooClass, @selector(resumeWithSuspensionID:and:));
216 CHECK_IF (method_getTypeEncoding (meth), "v32@0:8^{__NSAppleEventManagerSuspension=}16r^q24");
218 meth
[all...]
H A Dencode-5.m43 Method meth;
53 meth = class_getInstanceMethod(testClass, @selector(test2:with:));
55 sscanf(method_getTypeEncoding(meth), "v%d@%d:%d[%di]%d^i%d", &offs1, &offs2, &offs3,
60 meth = class_getInstanceMethod(testClass, @selector(test3:));
62 sscanf(method_getTypeEncoding(meth), "v%d@%d:%d[%d[%d{Test=#f}]]%d", &offs1, &offs2, &offs3,
H A Dtype-size-2.m29 Method meth ;
35 sscanf(method_getTypeEncoding(meth), pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
43 meth = class_getInstanceMethod(cls, @selector(str:with:and:));
60 meth = class_getInstanceMethod(cls, @selector(meth1:with:with:));
H A Dencode-2.m70 Method meth;
73 meth = class_getInstanceMethod(fooClass, @selector(setRect:withInt:));
76 sscanf(method_getTypeEncoding(meth), "@%u@%u:%u{_XXRect={?=ff}{?=ff}}%ui%u", &offs1, &offs2, &offs3,
82 meth = class_getInstanceMethod(fooClass, @selector(char:float:double:long:));
88 sscanf(method_getTypeEncoding(meth), string, &offs1, &offs2, &offs3,
H A Dencode-3.m39 struct objc_method_description *meth;
45 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
55 meth = &meth_object;
66 meth = &meth_object;
72 meth = &meth_object;
92 meth = &meth_object;
H A Dproto-qual-1.m33 struct objc_method_description *meth;
39 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
49 meth = &meth_object;
56 meth = &meth_object;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dusing5.C13 t meth();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Danon7.C26 F::MethF meth = &F::xwrapper<&Z::cc>; variable
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-runtime-shared-support.c421 diagnose_missing_method (tree meth, location_t here) argument
429 if (TREE_VALUE (method_chain) == meth)
438 meth);
/haiku-buildtools/gcc/gcc/java/
H A Dverify.h149 int verify_method (vfy_method *meth);
/haiku-buildtools/autoconf/config/
H A Dannounce-gen158 foreach my $meth (qw (md5 sha1))
166 ($meth eq 'md5'
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c4796 get_arg_type_list (meth, context, superflag)
4797 tree meth;
4815 for (akey = METHOD_SEL_ARGS (meth); akey; akey = TREE_CHAIN (akey))
4821 if (METHOD_ADD_ARGS (meth) == (tree)1)
4825 else if (METHOD_ADD_ARGS (meth))
4828 tree add_arg_list = TREE_CHAIN (METHOD_ADD_ARGS (meth));
4842 tree meth = NULL_TREE;
4846 meth = hsh->key;
4852 char type = (TREE_CODE (meth) == INSTANCE_METHOD_DECL) ? '-' : '+';
4855 IDENTIFIER_POINTER (METHOD_SEL_NAME (meth)));
4834 tree meth = NULL_TREE; local
5570 tree meth = NULL_TREE; local
5623 tree meth = NULL_TREE; local
8320 tree meth = hsh->key; local
8336 tree meth = hsh->key; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c5977 tree meth = TREE_VALUE (mdecl);
6073 TREE_TYPE (meth) = GET_REAL_TYPE (type);
6076 TREE_TYPE (meth) = type;
6086 orig_arg = TYPE_ARG_TYPES (meth);
6091 meth = add_method_1 (this_class, flags, meth_name, meth);
6096 JDEP_GET_PATCH (jdep) = &TREE_TYPE (TREE_TYPE (meth));
6100 register_incomplete_type (JDEP_METHOD_END, NULL_TREE, meth, NULL_TREE);
6103 meth = add_method (this_class, flags, meth_name,
6104 build_java_signature (meth));
5973 tree meth = TREE_VALUE (mdecl); local
6327 tree meth = make_node (FUNCTION_TYPE); local
13285 tree meth = current_function_decl; local
[all...]
H A Dparse.y3320 tree meth = TREE_VALUE (mdecl);
3416 TREE_TYPE (meth) = GET_REAL_TYPE (type);
3419 TREE_TYPE (meth) = type;
3429 orig_arg = TYPE_ARG_TYPES (meth);
3434 meth = add_method_1 (this_class, flags, meth_name, meth);
3439 JDEP_GET_PATCH (jdep) = &TREE_TYPE (TREE_TYPE (meth));
3443 register_incomplete_type (JDEP_METHOD_END, NULL_TREE, meth, NULL_TREE);
3446 meth = add_method (this_class, flags, meth_name,
3447 build_java_signature (meth));
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c2896 struct ieee_method *meth; local
3028 for (meth = methods, im = 0; im < methods_count; meth++, im++)
3029 if (meth->namlen == namlen
3030 && strncmp (meth->name, name, namlen) == 0)
3046 meth = methods + methods_count;
3050 if (meth->count + 1 >= meth->alloc)
3052 meth->alloc += 10;
3053 meth
[all...]

Completed in 175 milliseconds

12