Lines Matching refs:streq
238 if (streq(decl->type, "bool")) {
249 if (decl && !streq(decl->type, "void")) {
280 if (streq(proc->proc_name, stop->proc_name)) {
369 streq(proc->args.decls->decl.type, "void")) {
380 if (streq(proc->res_type, "void"))
430 if (!streq(name, old)) {
431 if (streq(old, "string")) {
435 if (streq(old, "opaque")) {
438 if (streq(old, "bool")) {
477 if (streq(dec->type, "void")) {
481 if (streq(dec->type, name) && !dec->prefix) {
484 if (streq(dec->type, "string")) {
488 if (streq(dec->type, "bool")) {
491 if (streq(dec->type, "opaque")) {
534 if (streq(def->def_name, stop)) {
537 if (streq(def->def_name, type)) {