Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
HDmdoc_argv.c280 struct mdoc_argv tmpv; in mdoc_argv() local
322 while ((tmpv.arg = *argtable++) != MDOC_ARG_MAX) in mdoc_argv()
323 if ( ! strcmp(argname, mdoc_argnames[tmpv.arg])) 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()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDvalue-prof.c563 tree tmp0, tmp1, tmp2, tmpv; in gimple_divmod_fixed_value() local
581 tmpv = create_tmp_reg (optype, "PROF"); in gimple_divmod_fixed_value()
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
739 tmpv = create_tmp_var (optype, "PROF"); in gimple_mod_pow2()
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
1157 tmpv = create_tmp_reg (optype, "PROF"); in gimple_ic()
[all …]