Home
last modified time | relevance | path

Searched refs:get_temp_name (Results 1 – 25 of 108) sorted by relevance

12345

/dports/lang/vala/vala-0.48.18/vala/
H A Dvaladostatement.vala120 …var first_local = new LocalVariable (context.analyzer.bool_type.copy (), get_temp_name (), new Boo…
H A Dvalaforstatement.vala198 …var first_local = new LocalVariable (context.analyzer.bool_type.copy (), get_temp_name (), new Boo…
H A Dvalaconditionalexpression.vala157 string temp_name = get_temp_name ();
H A Dvalacastexpression.vala179 var local = new LocalVariable (type_reference, get_temp_name (), null, inner.source_reference);
H A Dvalabinaryexpression.vala150 …var local = new LocalVariable (context.analyzer.bool_type.copy (), get_temp_name (), null, source_…
202 string temp_name = get_temp_name ();
H A Dvalacodenode.vala415 public static string get_temp_name () {
H A Dvalaobjectcreationexpression.vala514 var local = new LocalVariable (value_type.copy (), get_temp_name (), null, source_reference);
H A Dvalaassignment.vala123 var local = new LocalVariable (null, get_temp_name (), right, right.source_reference);
H A Dvalamethodcall.vala670 var local = new LocalVariable (value_type.copy (), get_temp_name (), null, source_reference);
/dports/www/elinks/elinks-0.11.7/src/session/
H A Ddownload.c684 get_temp_name(struct uri *uri) in get_temp_name() function
873 file = get_temp_name(type_query->uri); in continue_download()
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-command-tar.c875 get_temp_name (FrCommandTar *c_tar, in get_temp_name() function
911 tmp_name = get_temp_name (c_tar, comm->filename); in fr_command_tar_uncompress()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-command-tar.c844 get_temp_name (FrCommandTar *c_tar, in get_temp_name() function
880 tmp_name = get_temp_name (c_tar, comm->filename); in fr_command_tar_uncompress()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-command-tar.c959 get_temp_name (FrCommandTar *c_tar, in get_temp_name() function
997 tmp_name = get_temp_name (c_tar, comm->filename); in fr_command_tar_uncompress()
/dports/www/links1/links-1.04/
H A Dsession.c719 unsigned char *get_temp_name(unsigned char *url) in get_temp_name() function
816 if (!(file = get_temp_name(url))) { in continue_download()
/dports/www/links/links-2.25/
H A Dsession.c1086 static unsigned char *get_temp_name(unsigned char *url, unsigned char *head) in get_temp_name() function
2287 if (!(file = get_temp_name(url, ses->tq->ce ? ses->tq->ce->head : NULL))) { in continue_download()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A DChangeLog-20002461 (get_temp_name): Change prototype.
2465 * cvt.c (build_up_reference): Adjust call to get_temp_name.
2468 * decl2.c (get_temp_name): Assume that the variables created are

12345