Home
last modified time | relevance | path

Searched refs:types (Results 1 – 8 of 8) sorted by relevance

/scripts/lib/kdoc/
A Dkdoc_item.py38 def set_params(self, names, descs, types, starts): argument
41 self.parametertypes = types
/scripts/gendwarfksyms/
A DMakefile10 gendwarfksyms-objs += types.o
/scripts/
A Dgit.orderFile38 *types.h
A Dasn1_compiler.c748 struct type *types; in build_type_list() local
763 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()
A Dcheck-uapi.sh187 -fno-eliminate-unused-debug-types \
351 "$ABIDIFF" --non-reachable-types \
A DMakefile.extrawarn102 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
A Dcheckpatch.pl190 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};
A Dget_maintainer.pl2164 my @types = @$types_ref;
2167 my $type = $types[0];

Completed in 18 milliseconds