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")
1003 enum string_value_kind kind; in expr_parse_string() local1015 kind = k_signed; in expr_parse_string()1019 kind = k_unsigned; in expr_parse_string()1023 kind = k_signed; in expr_parse_string()1027 ? kind : k_string; in expr_parse_string()