Searched refs:iface (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_45.f9013 real elemental function iface (arg)
24 procedure(iface), nopass, pointer :: obs1_int
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue5056.go18 type iface interface { type
25 var quux iface
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/
H A Dfake.go87 ifaceeq+0x15c /Users/rsc/goX/src/runtime/iface.c:501
89 sys��ifaceeq+0x48 /Users/rsc/goX/src/runtime/iface.c:527
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c5027 tree iface;
5031 iface
5035 method_prototype = lookup_instance_method_static (iface, sel_name);
5037 method_prototype = lookup_class_method_static (iface, sel_name);
5039 if (iface && !method_prototype)
5055 tree iface = lookup_interface (TYPE_NAME (rtype));
5057 if (iface)
5058 method_prototype = lookup_instance_method_static (iface, sel_name);
5098 tree iface;
5100 if ((iface
5018 tree iface; local
5046 tree iface = lookup_interface (TYPE_NAME (rtype)); local
5089 tree iface; local
5127 tree iface; local
[all...]
/haiku-buildtools/legacy/binutils/
H A Dltmain.sh2593 iface=`expr $revision - $loop`
2595 verstring="sgi$major.$iface:$verstring"
2616 iface=`expr $current - $loop`
2618 verstring="$verstring:${iface}.0"
/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh3189 iface=`expr $revision - $loop`
3191 verstring="$verstring_prefix$major.$iface:$verstring"
3212 iface=`expr $current - $loop`
3214 verstring="$verstring:${iface}.0"
/haiku-buildtools/libtool/
H A Dltmain.sh3189 iface=`expr $revision - $loop`
3191 verstring="$verstring_prefix$major.$iface:$verstring"
3212 iface=`expr $current - $loop`
3214 verstring="$verstring:${iface}.0"
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c7681 tree klass_ref, iface, iface_ref; local
7701 iface = DECL_CONTEXT (fn);
7702 iface_ref = lookup_field (iface, get_identifier ("class$"), 0, false);
7704 || DECL_CONTEXT (iface_ref) != iface)
7707 iface);
7711 iface_ref = convert (build_pointer_type (iface), iface_ref);
7715 for (method = TYPE_METHODS (iface); method; method = DECL_CHAIN (method))
/haiku-buildtools/cloog/osl/autoconf/
H A Dltmain.sh7445 iface=$func_arith_result
7448 verstring="$verstring_prefix$major.$iface:$verstring"
7472 iface=$func_arith_result
7475 verstring="$verstring:${iface}.0"
/haiku-buildtools/cloog/autoconf/
H A Dltmain.sh7445 iface=$func_arith_result
7448 verstring="$verstring_prefix$major.$iface:$verstring"
7472 iface=$func_arith_result
7475 verstring="$verstring:${iface}.0"
/haiku-buildtools/gcc/gmp/
H A Dltmain.sh7439 iface=$func_arith_result
7442 verstring="$verstring_prefix$major.$iface:$verstring"
7466 iface=$func_arith_result
7469 verstring="$verstring:${iface}.0"
/haiku-buildtools/gcc/mpc/
H A Dltmain.sh7445 iface=$func_arith_result
7448 verstring="$verstring_prefix$major.$iface:$verstring"
7472 iface=$func_arith_result
7475 verstring="$verstring:${iface}.0"
/haiku-buildtools/gcc/mpfr/
H A Dltmain.sh7445 iface=$func_arith_result
7448 verstring="$verstring_prefix$major.$iface:$verstring"
7472 iface=$func_arith_result
7475 verstring="$verstring:${iface}.0"
/haiku-buildtools/isl/
H A Dltmain.sh8715 iface=$func_arith_result
8718 verstring=$verstring_prefix$major.$iface:$verstring
8742 iface=$func_arith_result
8745 verstring=$verstring:$iface.0
/haiku-buildtools/binutils/
H A Dltmain.sh6513 iface=$func_arith_result
6516 verstring="$verstring_prefix$major.$iface:$verstring"
6540 iface=$func_arith_result
6543 verstring="$verstring:${iface}.0"
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h429 make_interface_info(Expression* iface, Interface_info, Location);
H A Dexpressions.cc14352 Interface_info_expression(Expression* iface, Interface_info iface_info, argument
14355 iface_(iface), iface_info_(iface_info)
14490 Expression::make_interface_info(Expression* iface, Interface_info iface_info, argument
14493 return new Interface_info_expression(iface, iface_info, location);
/haiku-buildtools/gcc/
H A Dltmain.sh6513 iface=$func_arith_result
6516 verstring="$verstring_prefix$major.$iface:$verstring"
6540 iface=$func_arith_result
6543 verstring="$verstring:${iface}.0"
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c11425 gfc_interface *iface; local
11447 for (iface = sym->generic; iface; iface = iface->next)
11449 for (arg = gfc_sym_get_dummy_args (iface->sym); arg; arg = arg->next)
11458 "is PRIVATE", iface->sym->name,
11459 sym->name, &iface->sym->declared_at,
H A Ddecl.c2919 int iface = gfc_state_stack->previous->state != COMP_INTERFACE local
2921 gfc_find_symbol (name, NULL, iface, &sym);

Completed in 816 milliseconds