Searched refs:types (Results 1 – 8 of 8) sorted by relevance
38 def set_params(self, names, descs, types, starts): argument41 self.parametertypes = types
10 gendwarfksyms-objs += types.o
38 *types.h
748 struct type *types; in build_type_list() local763 types = type_list = calloc(nr + 1, sizeof(type_list[0])); in build_type_list()775 types[t].flags |= TYPE_BEGIN; in build_type_list()779 types[t].name = &token_list[n]; in build_type_list()780 type_index[t] = &types[t]; in build_type_list()784 types[t].name = &token_list[n + 1]; in build_type_list()785 types[t].flags |= TYPE_STOP_MARKER; in build_type_list()
187 -fno-eliminate-unused-debug-types \351 "$ABIDIFF" --non-reachable-types \
102 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
190 my %types = ();194 if (exists($types{$2})) {195 $types{$2} .= ",$1" if ($types{$2} ne $1);197 $types{$2} = $1;200 $types{$2} = "UNDETERMINED";217 foreach my $type (sort keys %types) {220 my $level = $types{$type};
2164 my @types = @$types_ref;2167 my $type = $types[0];
Completed in 18 milliseconds