Home
last modified time | relevance | path

Searched refs:temps (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/utils/ABITest/
DMakefile.test.common31 test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff temps/test.%.yy.diff
47 test.%.defs-report: temps/test.%.defs.diff
56 test.%.build: temps/test.%.ref temps/test.%.xx temps/test.%.xy temps/test.%.yx temps/test.%.yy temp…
63 .PRECIOUS: temps/.dir
65 .PRECIOUS: temps/test.%.xx.diff
66 temps/test.%.xx.diff: temps/test.%.ref.out temps/test.%.xx.out
68 .PRECIOUS: temps/test.%.xy.diff
69 temps/test.%.xy.diff: temps/test.%.ref.out temps/test.%.xy.out
71 .PRECIOUS: temps/test.%.yx.diff
72 temps/test.%.yx.diff: temps/test.%.ref.out temps/test.%.yx.out
[all …]
/external/qemu/tcg/
Dtcg.c228 s->temps = s->static_temps; in tcg_context_init()
309 ts = &s->temps[s->nb_globals]; in tcg_global_reg_new_internal()
349 ts = &s->temps[s->nb_globals]; in tcg_global_mem_new_internal()
384 ts = &s->temps[s->nb_globals]; in tcg_global_mem_new_internal()
428 ts = &s->temps[idx]; in tcg_temp_new_internal()
437 ts = &s->temps[s->nb_temps]; in tcg_temp_new_internal()
454 ts = &s->temps[s->nb_temps]; in tcg_temp_new_internal()
500 ts = &s->temps[idx]; in tcg_temp_free_internal()
768 ts = &s->temps[i]; in tcg_reg_alloc_start()
776 ts = &s->temps[i]; in tcg_reg_alloc_start()
[all …]
Dtcg.h276 TCGTemp *temps; /* globals first, temps after */ member
/external/llvm/docs/CommandGuide/
Dllvmc.pod66 =item B<--save-temps>
69 exit. This option can also take an argument: the I<--save-temps=obj> switch will
71 I<--save-temps=cwd> and I<--save-temps> switches are both synonyms for the
77 unless I<--save-temps> is specified. If I<--save-temps=obj> is also specified,
/external/mesa3d/src/glsl/
Dlinker.cpp610 hash_table *temps) in remap_variables() argument
615 hash_table *temps) in remap_variables() argument
620 this->temps = temps; in remap_variables()
626 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var); in remap_variables()
652 hash_table *temps; in remap_variables() member in remap_variables::remap_visitor
655 remap_visitor v(target, temps); in remap_variables()
686 hash_table *temps = NULL; in move_non_declarations() local
689 temps = hash_table_ctor(0, hash_table_pointer_hash, in move_non_declarations()
709 hash_table_insert(temps, inst, var); in move_non_declarations()
711 remap_variables(inst, target, temps); in move_non_declarations()
[all …]
/external/mksh/src/
Dcheck.pl209 $temps = "/tmp/rts$$";
327 unlink($tempi, $tempo, $tempe, $temps);
414 return undef if !&write_file($temps, $test{'script'});
521 push(@argv, $temps) if defined $test{'script'};
Dmain.c714 ep->temps = NULL; in newenv()
815 remove_temps(ep->temps); in cleanup_proc_env()
822 remove_temps(e->temps); in reclaim()
823 e->temps = NULL; in reclaim()
Dhistrap.c231 tf = maketemp(ATEMP, TT_HIST_EDIT, &e->temps); in c_fc()
Dsh.h535 struct temp *temps; /* temp files */ member
Dexec.c1270 h = maketemp(ATEMP, TT_HEREDOC_EXP, &e->temps); in herein()
/external/llvm/tools/llvmc/doc/
DLLVMC-Reference.rst89 * ``--save-temps`` - Write temporary files to the current directory and do not
91 ``--save-temps=obj`` switch will write files into the directory specified with
92 the ``-o`` option. The ``--save-temps=cwd`` and ``--save-temps`` switches are
96 directory is deleted on exit unless ``--save-temps`` is specified. If
97 ``--save-temps=obj`` is also specified, ``--temp-dir`` is given the
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td103 "-pipe ignored because -save-temps specified">;
/external/svox/pico/tests/data/
Dxsampa_pico_man_fr-FR.txt33 # TEST t temps "tA~
/external/llvm/tools/llvmc/src/
DBase.td.in206 (not_empty "save-temps"), (append_cmd "-save-temps"),
/external/webkit/Source/WebKit/gtk/po/
Dfr.po1093 msgstr "retour au temps réel"
1097 msgstr "temps écoulé"
1101 msgstr "temps restant"
1165 msgstr "revenir au temps réel du film diffusé"
1201 msgstr "temps indéterminé"
/external/clang/lib/AST/
DExprCXX.cpp692 CXXTemporary **temps, in ExprWithCleanups() argument
703 Temps[i] = temps[i]; in ExprWithCleanups()
/external/v8/src/arm/
Dmacro-assembler-arm.cc2651 RegList temps, in CopyFields() argument
2654 ASSERT((temps & ((1 << 15) - 1)) != 0); in CopyFields()
2655 ASSERT((temps & dst.bit()) == 0); in CopyFields()
2656 ASSERT((temps & src.bit()) == 0); in CopyFields()
2662 if ((temps & (1 << i)) != 0) { in CopyFields()
Dmacro-assembler-arm.h527 void CopyFields(Register dst, Register src, RegList temps, int field_count);
/external/v8/src/mips/
Dmacro-assembler-mips.cc2186 RegList temps, in CopyFields() argument
2188 ASSERT((temps & dst.bit()) == 0); in CopyFields()
2189 ASSERT((temps & src.bit()) == 0); in CopyFields()
2195 if ((temps & (1 << i)) != 0) { in CopyFields()
Dmacro-assembler-mips.h650 void CopyFields(Register dst, Register src, RegList temps, int field_count);
/external/clang/docs/tools/
Dclang.pod388 =item B<-save-temps>
/external/clang/include/clang/Driver/
DOptions.td650 def save_temps : Flag<"-save-temps">, Flags<[DriverOption]>,
818 def _save_temps : Flag<"--save-temps">, Alias<save_temps>;
/external/dropbear/libtommath/
Dchanges.txt165 first so temps don't have to be initialized if it's going to fail.
/external/e2fsprogs/po/
Dca.po2409 msgstr "Memòria utilitzada: %d, temps transcorregut: %6.3f/%6.3f/%6.3f\n"
2655 msgstr "No es poden utilitzar les opcions -c i -l/-L al mateix temps.\n"
2991 msgstr "temps: %5.2f/%5.2f/%5.2f\n"
2996 msgstr "temps transcorregut: %6.3f\n"
/external/dnsmasq/po/
Dfr.po1472 #~ msgstr "execut� en temps que root"

12