Lines Matching refs:pop
207 ulong_t pop[CTF_K_MAX + 1] = { 0 };
279 pop[CTF_K_STRUCT]++;
281 pop[tp->ctt_type]++;
299 pop[kind]++;
316 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0)
319 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0)
322 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0)
326 pop[CTF_K_INTEGER] + pop[CTF_K_FLOAT] + pop[CTF_K_FUNCTION] +
327 pop[CTF_K_TYPEDEF] + pop[CTF_K_POINTER] + pop[CTF_K_VOLATILE] +
328 pop[CTF_K_CONST] + pop[CTF_K_RESTRICT])) != 0)