/external/clang/utils/ABITest/ |
D | Makefile.test.common | 31 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/ |
D | tcg.c | 228 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 …]
|
D | tcg.h | 276 TCGTemp *temps; /* globals first, temps after */ member
|
/external/llvm/docs/CommandGuide/ |
D | llvmc.pod | 66 =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/ |
D | linker.cpp | 610 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/ |
D | check.pl | 209 $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'};
|
D | main.c | 714 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()
|
D | histrap.c | 231 tf = maketemp(ATEMP, TT_HIST_EDIT, &e->temps); in c_fc()
|
D | sh.h | 535 struct temp *temps; /* temp files */ member
|
D | exec.c | 1270 h = maketemp(ATEMP, TT_HEREDOC_EXP, &e->temps); in herein()
|
/external/llvm/tools/llvmc/doc/ |
D | LLVMC-Reference.rst | 89 * ``--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/ |
D | DiagnosticDriverKinds.td | 103 "-pipe ignored because -save-temps specified">;
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_fr-FR.txt | 33 # TEST t temps "tA~
|
/external/llvm/tools/llvmc/src/ |
D | Base.td.in | 206 (not_empty "save-temps"), (append_cmd "-save-temps"),
|
/external/webkit/Source/WebKit/gtk/po/ |
D | fr.po | 1093 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/ |
D | ExprCXX.cpp | 692 CXXTemporary **temps, in ExprWithCleanups() argument 703 Temps[i] = temps[i]; in ExprWithCleanups()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 2651 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()
|
D | macro-assembler-arm.h | 527 void CopyFields(Register dst, Register src, RegList temps, int field_count);
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 2186 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()
|
D | macro-assembler-mips.h | 650 void CopyFields(Register dst, Register src, RegList temps, int field_count);
|
/external/clang/docs/tools/ |
D | clang.pod | 388 =item B<-save-temps>
|
/external/clang/include/clang/Driver/ |
D | Options.td | 650 def save_temps : Flag<"-save-temps">, Flags<[DriverOption]>, 818 def _save_temps : Flag<"--save-temps">, Alias<save_temps>;
|
/external/dropbear/libtommath/ |
D | changes.txt | 165 first so temps don't have to be initialized if it's going to fail.
|
/external/e2fsprogs/po/ |
D | ca.po | 2409 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/ |
D | fr.po | 1472 #~ msgstr "execut� en temps que root"
|