Home | History | Annotate | Download | only in analysis

Lines Matching refs:ccp

2147     const char* ccp;
2156 ccp = meth->shorty +1; /* skip first byte, which holds return type */
2157 while (*ccp != 0) {
2158 switch (*ccp) {