HomeSort by: relevance | last modified time | path
    Searched refs:deleted (Results 1 - 25 of 193) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/usr.bin/make/unit-tests/
deptgt-delete_on_error.mk 4 # which controls whether the target is deleted if a shell command fails or
7 # In compatibility mode, regular and phony targets are deleted, but precious
10 # In parallel mode, regular targets are deleted, while phony and precious
  /src/external/bsd/mdocml/dist/
compat_ohash.h 43 unsigned int deleted; member in struct:ohash
compat_ohash.c 34 #define DELETED ((const char *)h)
81 if (4 * h->deleted < h->total) {
86 } else if (3 * h->deleted > 2 * h->total)
102 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
117 h->total -= h->deleted;
118 h->deleted = 0;
126 if (result == NULL || result == DELETED)
132 h->t[i].p = DELETED;
133 h->deleted++;
134 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total
    [all...]
  /src/usr.bin/m4/lib/
ohash.c 37 #define DELETED ((const char *)h)
84 if (4 * h->deleted < h->total) {
89 } else if (3 * h->deleted > 2 * h->total)
105 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
120 h->total -= h->deleted;
121 h->deleted = 0;
129 if (result == NULL || result == DELETED)
135 h->t[i].p = DELETED;
136 h->deleted++;
137 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total
    [all...]
ohash.h 44 unsigned int deleted; member in struct:ohash
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 30 void deleted() override { removeSelfFromCache(); }
AssumptionCache.h 69 void deleted() override;
197 /// function is deleted. The nature of the AssumptionCache is that it is not
202 /// delete our cache of intrinsics for a function when it is deleted.
206 void deleted() override;
DomTreeUpdater.h 197 /// erased from available trees if it exists and finally get deleted.
207 /// be called. Finally, DelBB will be deleted.
226 /// It flushes Deleted BBs if both trees are up-to-date.
231 /// It flushes Deleted BBs if both trees are up-to-date.
256 void deleted() override {
258 CallbackVH::deleted();
280 /// Returns true if at least one BasicBlock is deleted.
289 /// Helper function to flush deleted BasicBlocks if all available
PhiValues.h 88 /// A CallbackVH to notify PhiValues when a value is deleted or replaced, so
93 void deleted() override;
  /src/external/gpl2/dtc/dist/
dtc.h 130 bool deleted; member in struct:label
140 bool deleted; member in struct:property
151 bool deleted; member in struct:node
177 if (!(l)->deleted)
184 if (!(p)->deleted)
191 if (!(c)->deleted)
livetree.c 22 new->deleted = 0;
38 label->deleted = 1;
62 new->deleted = 1;
115 new->deleted = 1;
150 old_node->deleted = 0;
164 if (new_prop->deleted) {
178 old_prop->deleted = 0;
201 if (new_child->deleted) {
296 prop->deleted = 1;
332 node->deleted = 1
    [all...]
  /src/sys/arch/zaurus/stand/zbsdmod/
compat_linux.h 88 int deleted; member in struct:proc_dir_entry
  /src/usr.bin/sed/
defs.h 147 int deleted; /* If deleted. */ member in struct:__anon8324
  /src/external/gpl2/gmake/dist/
job.h 63 unsigned int deleted:1; /* Nonzero if targets have been deleted. */ member in struct:child
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-cli.exp 101 {.*=breakpoint-deleted,id=\"2\".*\^done} \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
del-pending-thread-bp.exp 17 # correctly deleted when the thread the breakpoint is for goes out of
69 # as we are looking for the thread exited and breakpoint deleted
75 "Thread-specific breakpoint $bpnum deleted - thread 2 no longer in the thread list\\." \
81 # Confirm breakpoint has been deleted.
86 # in 'foo', the breakpoint has been deleted. We should next stop in
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-cli.exp 101 {.*=breakpoint-deleted,id=\"2\".*\^done} \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
del-pending-thread-bp.exp 17 # correctly deleted when the thread the breakpoint is for goes out of
69 # as we are looking for the thread exited and breakpoint deleted
75 "Thread-specific breakpoint $bpnum deleted - thread 2 no longer in the thread list\\." \
81 # Confirm breakpoint has been deleted.
86 # in 'foo', the breakpoint has been deleted. We should next stop in
  /src/external/gpl2/diffutils/dist/src/
context.c 216 while (next && next->line0 + next->deleted <= i)
225 Otherwise it is "deleted". */
253 If lines were deleted here in file 0, this is "changed".
255 prefix = (next->deleted > 0 ? "!" : "+");
357 /* For each difference, first output the deleted part. */
359 k = next->deleted;
408 top0 = start->line0 + start->deleted;
428 It should be 1 if all the lines inserted or deleted in that change
util.c 513 the line is inserted, deleted, changed, etc.). */
649 If no lines from file 0 are deleted, then FIRST0 is LAST0+1.
651 Return UNCHANGED if only ignorable lines are inserted or deleted,
652 OLD if lines of file 0 are deleted,
681 l0 = next->line0 + next->deleted - 1;
683 show_from += next->deleted;
711 /* If all inserted or deleted lines are ignorable,
762 long deleted = sp->deleted;
765 line0, line1, deleted, inserted)
751 long deleted = sp->deleted; local
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
context.c 187 while (next && next->line0 + next->deleted <= i)
196 Otherwise it is "deleted". */
224 If lines were deleted here in file 0, this is "changed".
226 prefix = (next->deleted > 0 ? "!" : "+");
330 /* For each difference, first output the deleted part. */
332 k = next->deleted;
375 top0 = start->line0 + start->deleted;
397 It should be 1 if all the lines inserted or deleted in that change
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 31 # explicitly or implicitly deleted. In this case, it would be illegal
47 # * deleted: The function is explicitly deleted by the user,
95 if {$cctor == "deleted" || ($cctor == "absent" && $mctor != "absent")} {
103 # - explicit, defaultedIn, defaultedOut, deleted, absent
129 deleted {
296 # We do not contain the 'deleted' state for the destructor,
298 # whose destructor have been deleted. This case is covered
302 set options [concat $options_nodelete {deleted}]
415 if {$cctor == "deleted" && ($is_gcc_6_or_older || $is_clang)}
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 31 # explicitly or implicitly deleted. In this case, it would be illegal
47 # * deleted: The function is explicitly deleted by the user,
95 if {$cctor == "deleted" || ($cctor == "absent" && $mctor != "absent")} {
103 # - explicit, defaultedIn, defaultedOut, deleted, absent
129 deleted {
296 # We do not contain the 'deleted' state for the destructor,
298 # whose destructor have been deleted. This case is covered
302 set options [concat $options_nodelete {deleted}]
415 if {$cctor == "deleted" && ($is_gcc_6_or_older || $is_clang)}
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.h 137 static function_point deleted () function in class:ana::function_point
287 static program_point deleted () function in class:ana::program_point
289 return program_point (function_point::deleted ());
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.h 134 static function_point deleted () function in class:ana::function_point
293 static program_point deleted () function in class:ana::program_point
295 return program_point (function_point::deleted (), call_string ());

Completed in 75 milliseconds

1 2 3 4 5 6 7 8