Home
last modified time | relevance | path

Searched refs:schar_ctype (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dpredefine.c129 predefined_ctype("SCHAR", &schar_ctype, PTYPE_MAX|PTYPE_WIDTH); in predefined_macros()
139 predefined_ctype("INT8", &schar_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
148 predefined_ctype("INT_LEAST8", &schar_ctype, PTYPE_MAX|PTYPE_TYPE|PTYPE_WIDTH); in predefined_macros()
Dtarget.c21 struct symbol *least8_ctype = &schar_ctype;
29 struct symbol *fast8_ctype = &schar_ctype;
Dsymbol.c820 char_ctype, schar_ctype, uchar_ctype, variable
897 { &schar_ctype, T_SINT(-2, char) },
930 { &schar_ptr_ctype, T_PTR(&schar_ctype) },
Dsymbol.h293 char_ctype, schar_ctype, uchar_ctype,
Dshow-parse.c242 { &schar_ctype, "signed char", "" },
Dparse.c1202 : &schar_ctype; in to_QI_mode()
1486 {&schar_ctype, &sshort_ctype, &sint_ctype, &slong_ctype, &sllong_ctype,