Searched refs:string_ctype (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | builtin.c | 705 { "__builtin_index", &string_ctype, 0, { &const_string_ctype, &int_ctype }}, 747 { "__builtin_rindex", &string_ctype, 0, { &const_string_ctype, &int_ctype }}, 755 { "__builtin_snprintf", &int_ctype, 1, { &string_ctype, size_t_ctype, &const_string_ctype }}, 756 { "__builtin_sprintf", &int_ctype, 1, { &string_ctype, &const_string_ctype }}, 760 { "__builtin_stpcpy", &string_ctype, 0, { &const_string_ctype, &const_string_ctype }}, 761 …{ "__builtin_stpncpy", &string_ctype, 0, { &const_string_ctype, &const_string_ctype, size_t_ctype … 763 { "__builtin_strcasestr", &string_ctype, 0, { &const_string_ctype, &const_string_ctype }}, 764 { "__builtin_strcat", &string_ctype, 0, { &string_ctype, &const_string_ctype }}, 765 { "__builtin_strchr", &string_ctype, 0, { &const_string_ctype, &int_ctype }}, 767 { "__builtin_strcpy", &string_ctype, 0, { &string_ctype, &const_string_ctype }}, [all …]
|
D | symbol.c | 827 string_ctype, ptr_ctype, lazy_ptr_ctype, variable 925 { &string_ctype, T_PTR(&char_ctype) },
|
D | symbol.h | 300 string_ctype, ptr_ctype, lazy_ptr_ctype,
|
D | dissect.c | 350 ret = &string_ctype; in do_expression()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 994 * show-parse: remove string_ctype from typenames
|