Searched refs:protos (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/libtool/depdemo/
H A Dsysdep.h42 # define __P(protos) protos
44 # define __P(protos) ()
/haiku-buildtools/libtool/demo/
H A Dfoo.h54 # define LT_PARAMS(protos) protos
57 # define LT_PARAMS(protos) ()
/haiku-buildtools/libtool/pdemo/
H A Dfoo.h53 # define LT_PARAMS(protos) protos
56 # define LT_PARAMS(protos) ()
/haiku-buildtools/legacy/gcc/libobjc/
H A Dinit.c52 /* Assign isa links to protos */
53 static void __objc_init_protocols (struct objc_protocol_list* protos);
777 __objc_init_protocols (struct objc_protocol_list* protos) argument
782 if (! protos)
792 unclaimed_proto_list = list_cons (protos, unclaimed_proto_list);
798 assert (protos->next == 0); /* only single ones allowed */
801 for(i = 0; i < protos->count; i++)
803 struct objc_protocol* aProto = protos->list[i];
812 else if (protos->list[i]->class_pointer != proto_class)
816 (int)((char*)protos
824 __objc_class_add_protocols(Class class, struct objc_protocol_list* protos) argument
[all...]
/haiku-buildtools/libtool/libltdl/
H A Dltdl.h59 # define LT_PARAMS(protos) protos
62 # define LT_PARAMS(protos) ()
/haiku-buildtools/gcc/gcc/c-family/
H A Dstub-objc.c145 tree ARG_UNUSED (protos),
153 tree ARG_UNUSED (protos),
295 tree ARG_UNUSED (protos))
/haiku-buildtools/legacy/gcc/libio/
H A Dlibio.h79 # define _PARAMS(protos) __P(protos)
/haiku-buildtools/legacy/binutils/bfd/doc/
H A DMakefile.am69 protos: libbfd.h libcoff.h bfd.h
/haiku-buildtools/binutils/bfd/doc/
H A DMakefile.am87 protos: libbfd.h libcoff.h bfd.h
H A DMakefile.in836 protos: libbfd.h libcoff.h bfd.h
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c602 tree protos, tree attributes)
609 = start_class (CLASS_INTERFACE_TYPE, klass, super_class, protos, attributes);
615 tree protos, tree attributes)
649 = start_class (CATEGORY_INTERFACE_TYPE, klass, categ, protos, NULL_TREE);
655 objc_start_protocol (tree name, tree protos, tree attributes) argument
661 = start_protocol (PROTOCOL_INTERFACE_TYPE, name, protos, attributes);
601 objc_start_class_interface(tree klass, tree super_class, tree protos, tree attributes) argument
614 objc_start_category_interface(tree klass, tree categ, tree protos, tree attributes) argument
/haiku-buildtools/binutils/bfd/
H A DMakefile.am1031 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
H A DMakefile.in2148 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c15169 tree protos = cp_parser_objc_protocol_refs_opt (parser);
15170 tree qual_type = objc_get_protocol_qualified_type (type, protos);
15292 tree protos = cp_parser_objc_protocol_refs_opt (parser);
15293 tree type = objc_get_protocol_qualified_type (identifier, protos);
26855 tree name, super, categ, protos;
26871 protos = cp_parser_objc_protocol_refs_opt (parser);
26875 objc_start_category_interface (name, categ, protos, attributes);
26878 objc_start_class_interface (name, super, protos, attributes);
15167 tree protos = cp_parser_objc_protocol_refs_opt (parser); local
15290 tree protos = cp_parser_objc_protocol_refs_opt (parser); local
26852 tree name, super, categ, protos; local
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dtarget-supports.exp5838 ISO C++ correct string.h and wchar.h protos not supported.
/haiku-buildtools/legacy/binutils/bfd/
H A DMakefile.am895 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))

Completed in 315 milliseconds