Home | History | Annotate | Download | only in AST

Lines Matching full:pint

374     "typedef int *pInt;"
375 "void A(int a, pInt b, size_t c);",
377 "void A(int a, pInt b, size_t c)"));