HomeSort by: relevance | last modified time | path
    Searched defs:keep (Results 1 - 25 of 148) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_unlinker.h 30 the "keep" method. */
47 /* Keep the file, rather than unlink it. */
48 void keep () function in class:gdb::unlinker
gdb_unlinker.h 30 the "keep" method. */
47 /* Keep the file, rather than unlink it. */
48 void keep () function in class:gdb::unlinker
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_unlinker.h 30 the "keep" method. */
47 /* Keep the file, rather than unlink it. */
48 void keep () function in class:gdb::unlinker
gdb_unlinker.h 30 the "keep" method. */
47 /* Keep the file, rather than unlink it. */
48 void keep () function in class:gdb::unlinker
  /src/external/gpl3/gcc/dist/gcc/
obstack-utils.h 24 // unless told not to via keep (). It automatically converts to an
40 // watermark.keep ();
48 // watermark.keep ();
71 obstack_watermark (obstack *ob) : m_obstack (ob) { keep (); }
76 void keep () { m_start = XOBNEWVAR (m_obstack, char, 0); } function in class:obstack_watermark
obstack-utils.h 24 // unless told not to via keep (). It automatically converts to an
40 // watermark.keep ();
48 // watermark.keep ();
71 obstack_watermark (obstack *ob) : m_obstack (ob) { keep (); }
76 void keep () { m_start = XOBNEWVAR (m_obstack, char, 0); } function in class:obstack_watermark
  /src/external/gpl3/gcc.old/dist/gcc/
obstack-utils.h 24 // unless told not to via keep (). It automatically converts to an
40 // watermark.keep ();
48 // watermark.keep ();
71 obstack_watermark (obstack *ob) : m_obstack (ob) { keep (); }
76 void keep () { m_start = XOBNEWVAR (m_obstack, char, 0); } function in class:obstack_watermark
obstack-utils.h 24 // unless told not to via keep (). It automatically converts to an
40 // watermark.keep ();
48 // watermark.keep ();
71 obstack_watermark (obstack *ob) : m_obstack (ob) { keep (); }
76 void keep () { m_start = XOBNEWVAR (m_obstack, char, 0); } function in class:obstack_watermark
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
driver.h 32 bool keep; member in struct:nvif_driver
driver.h 32 bool keep; member in struct:nvif_driver
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
66 void keep() { Installer.Keep = true; } function in class:llvm::ToolOutputFile
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
66 void keep() { Installer.Keep = true; } function in class:llvm::ToolOutputFile
  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
RemarkLinker.cpp 53 Remark &RemarkLinker::keep(std::unique_ptr<Remark> Remark) { function in class:RemarkLinker
97 keep(std::move(*Next));
RemarkLinker.cpp 53 Remark &RemarkLinker::keep(std::unique_ptr<Remark> Remark) { function in class:RemarkLinker
97 keep(std::move(*Next));
  /src/external/gpl3/binutils/dist/bfd/
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
  /src/external/gpl3/binutils.old/dist/bfd/
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
  /src/external/gpl3/gdb.old/dist/bfd/
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
  /src/external/gpl3/gdb/dist/bfd/
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
  /src/sys/arch/atari/stand/ahdilabel/
write.c 54 int fd, i, j, k, firstxgm, keep, cksum_ok; local
274 keep = 0;
275 if (ioctl (fd, DIOCKLABEL, &keep) < 0) {
  /src/usr.bin/crunch/crunchide/
crunchide.c 32 * global symbols. Allows the user to supply a "keep list" of symbols
131 "Usage: %s [-k keep-symbol] [-f keep-list-file] object-file\n"
139 static struct keep { struct
140 struct keep *next;
147 struct keep *newp, *prevp, *curp;
159 newp = (struct keep *) malloc(sizeof(struct keep));
163 fprintf(stderr, "%s: out of memory for keep list\n", getprogname());
177 struct keep *curp
    [all...]
  /src/external/bsd/tcpdump/dist/
print-chdlc.c 133 } keep; member in union:cisco_slarp::__anon8044
173 GET_BE_U_4(slarp->un.keep.myseq),
174 GET_BE_U_4(slarp->un.keep.yourseq),
175 GET_BE_U_2(slarp->un.keep.rel));

Completed in 76 milliseconds

1 2 3 4 5 6