Searched refs:kind (Results 1 – 2 of 2) sorted by relevance
18 /// this kind were cleaned-up from the kernel. This cocci rule checks that50 coccilib.report.print_report(p[0], "WARNING this kind of initialization is deprecated")56 coccilib.org.print_todo(p[0], "WARNING this kind of initialization is deprecated")
864 enum string_value_kind kind; in expr_parse_string() local876 kind = k_signed; in expr_parse_string()880 kind = k_unsigned; in expr_parse_string()884 kind = k_signed; in expr_parse_string()888 ? kind : k_string; in expr_parse_string()