Searched refs:imp (Results 1 - 25 of 45) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Ddll-1.c4 __declspec (dllimport) void imp ();
6 __declspec (dllexport) void _exp () { imp (); }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddll-1.C7 __declspec (dllimport) void imp ();
9 __declspec (dllexport) void exp () { imp (); }
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dimplic.c84 ffeimplic_ imp;
85 if ((imp = ffeimplic_lookup_('A')) == NULL)
114 ffeimplic_ imp;
116 imp = ffeimplic_lookup_ (c);
117 if (imp == NULL)
119 if (ffeinfo_basictype (imp->info) == FFEINFO_basictypeNONE)
122 switch (imp->state)
125 imp->info = ffeinfo_new (basic_type,
131 imp->state = FFEIMPLIC_stateESTABLISHED_;
135 if ((ffeinfo_basictype (imp
113 ffeimplic_ imp; local
172 ffeimplic_ imp; local
224 ffeimplic_ imp; local
316 ffeimplic_ imp; local
354 ffeimplic_ imp; local
[all...]
H A Dintdoc.c59 ffeintrinImp imp, ffeintrinSpec spec);
60 static const char *argument_info_ptr (ffeintrinImp imp, int argno);
61 static const char *argument_info_string (ffeintrinImp imp, int argno);
62 static const char *argument_name_ptr (ffeintrinImp imp, int argno);
63 static const char *argument_name_string (ffeintrinImp imp, int argno);
65 static const char *elaborate_if_complex (ffeintrinImp imp, int argno);
66 static const char *elaborate_if_maybe_complex (ffeintrinImp imp, int argno);
67 static const char *elaborate_if_real (ffeintrinImp imp, int argno);
190 struct cc_pair { ffeintrinImp imp; const char *text; }; member in struct:cc_pair
288 assert (descriptions[cc_descriptions[i].imp]
389 dumpimp(int menu, const char *name, const char *name_uc, size_t genno, ffeintrinFamily family, ffeintrinImp imp, ffeintrinSpec spec) argument
1071 argument_info_ptr(ffeintrinImp imp, int argno) argument
1114 argument_info_string(ffeintrinImp imp, int argno) argument
1124 argument_name_ptr(ffeintrinImp imp, int argno) argument
1163 argument_name_string(ffeintrinImp imp, int argno) argument
[all...]
H A Dintrin.c70 static ffebad ffeintrin_check_ (ffeintrinImp imp, ffebldOp op,
162 ffeintrin_check_ (ffeintrinImp imp, ffebldOp op,
170 const char *c = ffeintrin_imps_[imp].control;
1190 ffeintrinImp imp;
1194 imp = ffeintrin_specs_[spec].implementation;
1195 assert (imp < FFEINTRIN_imp);
1198 gfrt = ffeintrin_imps_[imp].gfrt_f2c;
1200 gfrt = ffeintrin_imps_[imp].gfrt_gnu;
1238 ffeintrinImp imp;
1253 imp
161 ffeintrin_check_(ffeintrinImp imp, ffebldOp op, ffebld args, ffeinfoBasictype *xbt, ffeinfoKindtype *xkt, ffetargetCharacterSize *xsz, bool *check_intrin, ffelexToken t, bool commit) argument
1189 ffeintrinImp imp; local
1237 ffeintrinImp imp; local
1425 ffeintrinImp imp; local
1528 ffeintrin_gfrt_direct(ffeintrinImp imp) argument
1540 ffeintrin_gfrt_indirect(ffeintrinImp imp) argument
1797 ffeintrinImp imp; local
1982 ffeintrinImp imp; local
2011 ffeintrin_name_implementation(ffeintrinImp imp) argument
[all...]
H A Dintrin.h109 ffecomGfrt ffeintrin_gfrt_direct (ffeintrinImp imp);
110 ffecomGfrt ffeintrin_gfrt_indirect (ffeintrinImp imp);
120 ffeintrinImp *imp);
124 const char *ffeintrin_name_implementation (ffeintrinImp imp);
/haiku-buildtools/gcc/gcc/testsuite/objc/execute/
H A DIMP.m26 int (* imp) (id, SEL, int);
30 imp = (int (*)(id, SEL, int))method_getImplementation
33 if (imp (class, selector, 5) != 6)
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/torture/
H A Dforward-1.m69 method_with_no_args imp = (method_with_no_args)(method_getImplementation
71 return (*imp)(receiver, theSel);
/haiku-buildtools/legacy/gcc/libobjc/
H A Dsendmsg.c282 IMP imp = 0; local
293 imp = method->method_imp;
298 if (imp)
304 if (imp)
305 (*imp)((id)class, op);
558 IMP imp; local
568 imp = get_imp(object->class_pointer, frwd_sel);
569 return (*imp)(object, frwd_sel, sel, args);
577 imp = get_imp (object->class_pointer, err_sel);
578 return (*imp) (objec
[all...]
H A Dthr.c83 id (*imp)(id,SEL,id);
105 if ((imp = (id(*)(id, SEL, id))objc_msg_lookup(object, selector)))
106 (*imp)(object, selector, argument);
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dgnu-api-2-class-meta.m212 IMP imp = class_getMethodImplementation (objc_getMetaClass ("MySubClass"),
215 if (imp == NULL)
220 if ((*imp)(objc_getClass ("MySubClass"), @selector(variable)) != object)
H A Dgnu-api-2-method.m136 set_variable_function imp;
139 imp = (set_variable_function)(method_getImplementation (method));
141 (*imp)(object, @selector (setVariable:), object);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr67989.C38 namespace imp namespace in namespace:lldb_private
/haiku-buildtools/gcc/libcilkrts/include/cilk/
H A Dmetaprogramming.h125 struct imp { struct in struct:cilk::internal::align_of
132 imp(const imp&); // Declared but not defined
133 ~imp(); // Declared but not defined
138 static const std::size_t value = (sizeof(imp) - sizeof(Tp));
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dgnu-api-2-class-meta.mm212 IMP imp = class_getMethodImplementation (objc_getMetaClass ("MySubClass"),
215 if (imp == NULL)
220 if ((*imp)(objc_getClass ("MySubClass"), @selector(variable)) != object)
H A Dgnu-api-2-method.mm136 set_variable_function imp;
139 imp = (set_variable_function)(method_getImplementation (method));
141 (*imp)(object, @selector (setVariable:), object);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexport.cc253 std::vector<std::pair<std::string, Package*> > imp; local
257 imp.push_back(std::make_pair(p->first, p->second));
259 std::sort(imp.begin(), imp.end(), import_compare);
262 imp.begin();
263 p != imp.end();
H A Dtypes.cc2599 Type::import_type(Import* imp) argument
2601 if (imp->match_c_string("("))
2602 return Function_type::do_import(imp);
2603 else if (imp->match_c_string("*"))
2604 return Pointer_type::do_import(imp);
2605 else if (imp->match_c_string("struct "))
2606 return Struct_type::do_import(imp);
2607 else if (imp->match_c_string("["))
2608 return Array_type::do_import(imp);
2609 else if (imp
4064 do_import(Import* imp) argument
4401 do_import(Import* imp) argument
5629 do_import(Import* imp) argument
6239 do_import(Import* imp) argument
6867 do_import(Import* imp) argument
7064 do_import(Import* imp) argument
8074 do_import(Import* imp) argument
9241 import_named_type(Import* imp, Named_type** ptype) argument
[all...]
H A Dgogo.cc499 Import imp(stream, location);
500 imp.register_builtin_types(this);
501 Package* package = imp.import(this, local_name, is_local_name_exported);
4879 Function::import_func(Import* imp, std::string* pname, argument
4885 imp->require_c_string("func ");
4888 if (imp->peek_char() == '(')
4890 imp->require_c_string("(");
4891 std::string name = imp->read_name();
4892 imp->require_c_string(" ");
4893 Type* rtype = imp
6256 import_var(Import* imp, std::string* pname, Type** ptype) argument
6428 import_const(Import* imp, std::string* pname, Type** ptype, Expression** pexpr) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dwinnt.c199 tree imp;
208 imp = lookup_attribute ("dllimport", DECL_MACHINE_ATTRIBUTES (decl));
209 if (imp)
215 imp = lookup_attribute ("dllimport",
217 if (imp)
198 tree imp; local
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dopc-i.s184 mov.imp b3 = r4, .L1
188 mov.sptk.imp b3 = r4, .L2
192 mov.dptk.imp b3 = r4, .L3
197 mov.ret.imp b3 = r4, .L4
201 mov.ret.sptk.imp b3 = r4, .L5
205 mov.ret.dptk.imp b3 = r4, .L6
H A Dopc-i.d225 47c: 40 48 08 07 mov\.imp b3=r4,570 <_start\+0x570>;;
229 57c: 40 40 08 07 mov\.sptk\.imp b3=r4,670 <_start\+0x670>;;
233 67c: 40 50 08 07 mov\.dptk\.imp b3=r4,770 <_start\+0x770>;;
237 77c: 40 68 08 07 mov\.ret\.imp b3=r4,870 <_start\+0x870>;;
241 87c: 40 60 08 07 mov\.ret\.sptk\.imp b3=r4,970 <_start\+0x970>;;
245 97c: 40 70 08 07 mov\.ret\.dptk\.imp b3=r4,a70 <_start\+0xa70>;;
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dopc-i.s184 mov.imp b3 = r4, .L1
188 mov.sptk.imp b3 = r4, .L2
192 mov.dptk.imp b3 = r4, .L3
197 mov.ret.imp b3 = r4, .L4
201 mov.ret.sptk.imp b3 = r4, .L5
205 mov.ret.dptk.imp b3 = r4, .L6
H A Dopc-i.d225 47c: 40 48 08 07 mov\.imp b3=r4,570 <_start\+0x570>;;
229 57c: 40 40 08 07 mov\.sptk\.imp b3=r4,670 <_start\+0x670>;;
233 67c: 40 50 08 07 mov\.dptk\.imp b3=r4,770 <_start\+0x770>;;
237 77c: 40 68 08 07 mov\.ret\.imp b3=r4,870 <_start\+0x870>;;
241 87c: 40 60 08 07 mov\.ret\.sptk\.imp b3=r4,970 <_start\+0x970>;;
245 97c: 40 70 08 07 mov\.ret\.dptk\.imp b3=r4,a70 <_start\+0xa70>;;
/haiku-buildtools/binutils/ld/
H A Dpe-dll.c3058 def_file_import *imp; local
3065 imp = pe_def_file->imports;
3073 for (i = 0; i < pe_def_file->num_imports && imp[i].module != module; i++)
3084 for (; i < pe_def_file->num_imports && imp[i].module == module; i++)
3088 int lead_at = (*imp[i].internal_name == '@');
3090 size_t len = strlen (imp[i].internal_name);
3096 if (!lead_at && strchr (imp[i].internal_name, '@') == NULL)
3100 sprintf (name, "%s", imp[i].internal_name);
3102 sprintf (name, "%s%s",U (""), imp[i].internal_name);
3112 sprintf (name, "%s%s", "__imp_", imp[
3375 def_file_import *imp; local
[all...]

Completed in 303 milliseconds

12