/dports/emulators/qemu5/qemu-5.2.0/scripts/qapi/ |
H A D | types.py | 22 gen_if, 53 ret += gen_if(memb.ifcond) 83 ret += gen_if(memb.ifcond) 128 ret += gen_if(memb.ifcond) 161 ret += gen_if(ifcond) 222 ret += gen_if(var.ifcond)
|
H A D | visit.py | 22 gen_if, 80 ret += gen_if(memb.ifcond) 113 ret += gen_if(var.ifcond) 215 ret += gen_if(var.ifcond)
|
H A D | introspect.py | 16 gen_if, 52 ret += gen_if(ifcond)
|
H A D | gen.py | 29 gen_if, 94 out += gen_if(ifcond)
|
/dports/emulators/qemu60/qemu-6.0.0/scripts/qapi/ |
H A D | types.py | 22 gen_if, 53 ret += gen_if(memb.ifcond) 83 ret += gen_if(memb.ifcond) 128 ret += gen_if(memb.ifcond) 161 ret += gen_if(ifcond) 222 ret += gen_if(var.ifcond)
|
H A D | visit.py | 22 gen_if, 81 ret += gen_if(memb.ifcond) 128 ret += gen_if(var.ifcond) 230 ret += gen_if(var.ifcond)
|
H A D | gen.py | 29 gen_if, 98 out += gen_if(ifcond)
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/qapi/ |
H A D | types.py | 34 ret += gen_if(m.ifcond) 62 ret += gen_if(m.ifcond) 107 ret += gen_if(memb.ifcond) 136 ret += gen_if(ifcond) 197 ret += gen_if(var.ifcond)
|
H A D | visit.py | 59 ret += gen_if(memb.ifcond) 91 ret += gen_if(var.ifcond) 199 ret += gen_if(var.ifcond)
|
H A D | common.py | 156 def gen_if(ifcond): function
|
/dports/emulators/qemu42/qemu-4.2.1/scripts/qapi/ |
H A D | types.py | 34 ret += gen_if(m.ifcond) 62 ret += gen_if(m.ifcond) 107 ret += gen_if(memb.ifcond) 136 ret += gen_if(ifcond) 197 ret += gen_if(var.ifcond)
|
H A D | visit.py | 59 ret += gen_if(memb.ifcond) 91 ret += gen_if(var.ifcond) 199 ret += gen_if(var.ifcond)
|
H A D | common.py | 160 def gen_if(ifcond): function
|
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/qapi/ |
H A D | types.py | 34 ret += gen_if(m.ifcond) 62 ret += gen_if(m.ifcond) 107 ret += gen_if(memb.ifcond) 136 ret += gen_if(ifcond) 197 ret += gen_if(var.ifcond)
|
H A D | visit.py | 59 ret += gen_if(memb.ifcond) 91 ret += gen_if(var.ifcond) 199 ret += gen_if(var.ifcond)
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/qapi/ |
H A D | types.py | 34 ret += gen_if(m.ifcond) 62 ret += gen_if(m.ifcond) 107 ret += gen_if(memb.ifcond) 136 ret += gen_if(ifcond) 197 ret += gen_if(var.ifcond)
|
H A D | visit.py | 59 ret += gen_if(memb.ifcond) 91 ret += gen_if(var.ifcond) 199 ret += gen_if(var.ifcond)
|
H A D | common.py | 156 def gen_if(ifcond): function
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/qapi/ |
H A D | types.py | 48 ret += memb.ifcond.gen_if() 78 ret += memb.ifcond.gen_if() 123 ret += memb.ifcond.gen_if() 156 ret += ifcond.gen_if() 217 ret += var.ifcond.gen_if()
|
H A D | visit.py | 80 ret += memb.ifcond.gen_if() 127 ret += var.ifcond.gen_if() 229 ret += var.ifcond.gen_if()
|
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue450/ |
H A D | disptree.ref | 17 Full module name (vpiFullName): disptree.gen_if 18 Simple module name (vpiName): gen_if
|
H A D | disptree.vhdl | 23 gen_if : if True generate 30 end generate gen_if;
|
/dports/emulators/qemu/qemu-6.2.0/scripts/qapi/ |
H A D | types.py | 50 ret += memb.ifcond.gen_if() 95 ret += memb.ifcond.gen_if() 140 ret += memb.ifcond.gen_if() 173 ret += ifcond.gen_if() 234 ret += var.ifcond.gen_if()
|
H A D | visit.py | 79 ret += memb.ifcond.gen_if() 127 ret += var.ifcond.gen_if() 229 ret += var.ifcond.gen_if()
|
/dports/devel/re2c/re2c-2.2/src/codegen/ |
H A D | gen_goto.cc | 18 static std::string gen_if(const opt_t *opts, const std::string &compare, uint32_t value) in gen_if() function 65 const char *if_cond = o.str(gen_if(opts, go->cond->cmp, go->cond->val)).flush(); in gen_goifb() 85 const char *if_cond = o.str(gen_if(opts, cond->cmp, cond->val)).flush(); in gen_goifl()
|