Lines Matching refs:streq
209 if (streq(decl->type, "bool")) in puniondef()
219 if (decl && !streq(decl->type, "void")) in puniondef()
256 if (streq(proc->proc_name, stop->proc_name)) in define_printed()
382 int oneway = streq(proc->res_type, "oneway"); in parglist()
386 streq(proc->args.decls->decl.type, "void")) { in parglist()
446 if (!streq(name, old)) { in ptypedef()
447 if (streq(old, "string")) { in ptypedef()
450 } else if (streq(old, "opaque")) { in ptypedef()
452 } else if (streq(old, "bool")) { in ptypedef()
490 if (streq(dec->type, "void")) in pdeclaration()
493 if (streq(dec->type, name) && !dec->prefix) in pdeclaration()
495 if (streq(dec->type, "string")) { in pdeclaration()
499 if (streq(dec->type, "bool")) { in pdeclaration()
501 } else if (streq(dec->type, "opaque")) { in pdeclaration()
547 if (streq(def->def_name, stop)) in undefined2()
549 if (streq(def->def_name, type)) in undefined2()