Home
last modified time | relevance | path

Searched refs:ptrdiff_ctype (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.h8 extern struct symbol *ptrdiff_ctype;
Dtarget.c8 struct symbol *ptrdiff_ctype; variable
Dpredefine.c170 predefined_ctype("PTRDIFF", ptrdiff_ctype, PTYPE_ALL_T|PTYPE_TYPE); in predefined_macros()
Dsymbol.c990 if (!ptrdiff_ctype) in init_ctype()
991 ptrdiff_ctype = ssize_t_ctype; in init_ctype()
999 ptrdiff_ptr_ctype.ctype.base_type = ptrdiff_ctype; in init_ctype()