Home
last modified time | relevance | path

Searched refs:start_class (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dvulnerabilities-file.c296 const char *start_pattern, *start_class, *start_url; in add_vulnerability() local
300 start_class = line; in add_vulnerability()
301 while (*start_class != '\0' && !isspace((unsigned char)*start_class)) in add_vulnerability()
302 ++start_class; in add_vulnerability()
303 len_pattern = start_class - line; in add_vulnerability()
305 while (*start_class != '\n' && isspace((unsigned char)*start_class)) in add_vulnerability()
306 ++start_class; in add_vulnerability()
308 if (*start_class == '0' || *start_class == '\n') in add_vulnerability()
311 start_url = start_class; in add_vulnerability()
314 len_class = start_url - start_class; in add_vulnerability()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A DChangeLog174 (start_class): Likewise.
265 (start_class): Accept obj_root_class type attributes. Warn when
290 * objc-act.c (start_class): Accept visibility attributes
1071 (start_class): Call add_interface instead of add_class.
1485 (start_class): Recognize the objc_exception attribute and store
1546 * objc-act.c (start_class): Warn when a class attribute is
1603 (start_class): Updated calls to lookup_and_install_protocols; pass
1651 (start_class): Added code to deal with class extensions. In that
1711 * objc-act.c (start_class): When a class is reimplemented,
1791 attributes are unimplemented. Pass the attributes to start_class.
[all …]
H A Dobjc-act.cc110 static tree start_class (enum tree_code, tree, tree, tree, tree);
585 = start_class (CLASS_INTERFACE_TYPE, klass, super_class, protos, attributes); in objc_start_class_interface()
625 = start_class (CATEGORY_INTERFACE_TYPE, klass, categ, protos, NULL_TREE); in objc_start_category_interface()
662 = start_class (CLASS_IMPLEMENTATION_TYPE, klass, super_class, NULL_TREE, in objc_start_class_implementation()
671 = start_class (CATEGORY_IMPLEMENTATION_TYPE, klass, categ, NULL_TREE, in objc_start_category_implementation()
6952 start_class (enum tree_code code, tree class_name, tree super_name, in start_class() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c110 static tree start_class (enum tree_code, tree, tree, tree, tree);
582 = start_class (CLASS_INTERFACE_TYPE, klass, super_class, protos, attributes); in objc_start_class_interface()
622 = start_class (CATEGORY_INTERFACE_TYPE, klass, categ, protos, NULL_TREE); in objc_start_category_interface()
659 = start_class (CLASS_IMPLEMENTATION_TYPE, klass, super_class, NULL_TREE, in objc_start_class_implementation()
668 = start_class (CATEGORY_IMPLEMENTATION_TYPE, klass, categ, NULL_TREE, in objc_start_category_implementation()
6866 start_class (enum tree_code code, tree class_name, tree super_name, in start_class() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.107245 (start_class): Exit with FATAL_EXIT_CODE, not 1.
7732 (start_class): Initialize unused_list.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.107245 (start_class): Exit with FATAL_EXIT_CODE, not 1.
7732 (start_class): Initialize unused_list.
H A DChangeLog-20013470 start_class): Similarly.
11187 * objc/objc-act.c (synth_id_with_class_suffix, start_class,
26441 (start_class): Warn about missing @end.
29511 * objc/objc-act.c (start_class): Register implemented_classes with
H A DChangeLog-20037833 (start_class): Move common initializations to
12736 (start_class): Likewise.
34028 * objc/objc-act.c (start_class): Use BINFO_ELTS.
H A DChangeLog-19999336 start_class, finish_class, encode_pointer, really_start_method,
H A DChangeLog-20002246 get_class_ivars, start_class, start_protocol): Remove
H A DChangeLog-20029921 (start_class): Allocate room for the CLASS_OWN_IVARS slot.
H A DChangeLog-200426140 * objc/objc-act.c (start_class, objc_declare_protocols,