Home
last modified time | relevance | path

Searched refs:tmpv (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/mdocml/
H A Dmdoc_argv.c280 struct mdoc_argv tmpv; in mdoc_argv() local
322 while ((tmpv.arg = *argtable++) != MDOC_ARG_MAX) in mdoc_argv()
328 if (tmpv.arg == MDOC_ARG_MAX) { in mdoc_argv()
341 tmpv.line = line; in mdoc_argv()
342 tmpv.pos = *pos; in mdoc_argv()
343 tmpv.sz = 0; in mdoc_argv()
344 tmpv.value = NULL; in mdoc_argv()
346 switch (argvflags[tmpv.arg]) { in mdoc_argv()
348 argv_single(mdoc, line, &tmpv, &ipos, buf); in mdoc_argv()
351 argv_multi(mdoc, line, &tmpv, &ipos, buf); in mdoc_argv()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvalue-prof.c563 tree tmp0, tmp1, tmp2, tmpv; in gimple_divmod_fixed_value() local
582 tmp0 = make_ssa_name (tmpv, NULL); in gimple_divmod_fixed_value()
583 tmp1 = make_ssa_name (tmpv, NULL); in gimple_divmod_fixed_value()
720 tree tmp2, tmp3, tmpv; in gimple_mod_pow2() local
740 tmp2 = make_ssa_name (tmpv, NULL); in gimple_mod_pow2()
741 tmp3 = make_ssa_name (tmpv, NULL); in gimple_mod_pow2()
1147 tree tmp0, tmp1, tmpv, tmp; in gimple_ic() local
1158 tmp0 = make_ssa_name (tmpv, NULL); in gimple_ic()
1159 tmp1 = make_ssa_name (tmpv, NULL); in gimple_ic()
1420 tmp0 = make_ssa_name (tmpv, NULL); in gimple_stringop_fixed_value()
[all …]