OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Removed
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/gpl2/xcvs/dist/
cvs2netbsd
35
mv /tmp/cvstmp$$ $f && echo
Removed
Id tag from $f
44
echo
Removed
unnecessary files. You can import now.
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveVariables.h
214
bool
Removed
= false;
219
Removed
= true;
224
assert(
Removed
&& "Register is not used by this instruction!");
225
(void)
Removed
;
250
bool
Removed
= false;
255
Removed
= true;
259
assert(
Removed
&& "Register is not defined by this instruction!");
260
(void)
Removed
;
/src/external/apache2/llvm/dist/clang/include/clang/DirectoryWatcher/
DirectoryWatcher.h
36
/// might receive
Removed
notification without any prior Added notification.
68
Removed
,
/src/external/mpl/bind/dist/bin/tests/system/catz/ns2/
named7.conf.j2
38
#
Removed
catalog-zone option, otherwise this is
127
#
Removed
catalog-zone option, otherwise this is
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp
590
// Head is allowed two successors. We've
removed
CmpBB, so the remaining
592
// Tail to account for the CmpBB path we
removed
.
788
void updateDomTree(ArrayRef<MachineBasicBlock *>
Removed
);
789
void updateLoops(ArrayRef<MachineBasicBlock *>
Removed
);
822
ArrayRef<MachineBasicBlock *>
Removed
) {
826
for (MachineBasicBlock *RemovedMBB :
Removed
) {
838
AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *>
Removed
) {
841
for (MachineBasicBlock *RemovedMBB :
Removed
)
/src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/
DirectoryWatcher-mac.cpp
45
/// receive notification: bar EventKind::
Removed
122
// Subdirectories aren't supported - if some directory got
removed
it
135
Events.emplace_back(DirectoryWatcher::Event::EventKind::
Removed
,
140
Events.emplace_back(DirectoryWatcher::Event::EventKind::
Removed
,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CFGMST.h
44
// when
Removed
is set.
218
if (Ei->
Removed
)
229
if (Ei->
Removed
)
252
<< " (*: Instrument, C: CriticalEdge, -:
Removed
)\n";
PGOInstrumentation.cpp
527
bool
Removed
= false;
535
return (Twine(
Removed
? "-" : " ") + (InMST ? " " : "*") +
638
if (E->
Removed
)
794
if (E->
Removed
)
809
if (E->InMST || E->
Removed
)
856
E->
Removed
= true;
1048
if (E->
Removed
)
1155
// FIXME: This function should be
removed
once the functionality in
1209
if (E->
Removed
|| E->InMST)
GCOVProfiling.cpp
225
bool
Removed
= false;
233
return (Twine(
Removed
? "-" : " ") + (InMST ? " " : "*") +
758
if (E.InMST || E.
Removed
)
795
E.
Removed
= true;
885
return E->
Removed
|| (!E->InMST && !E->Place);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CSEInfo.cpp
103
bool
Removed
= CSEMap.RemoveNode(UMI);
104
(void)
Removed
;
105
assert(
Removed
&& "Invalidation called on invalid UMI");
/src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c
434
printf ("
Removed
%d extra blanks after a period: %s\n",
557
AsPrint ("Extraneous spaces
removed
", SpaceCount, Filename);
567
* this can happen during the translation when lines are
removed
.
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyCallGraph.cpp
922
// other SCCs we form because it contains the target node of the
removed
edge
1164
bool
Removed
= SourceN->removeEdgeInternal(TargetN);
1165
(void)
Removed
;
1166
assert(
Removed
&& "Target not in the edge set for this caller?");
1193
bool
Removed
= SourceN->removeEdgeInternal(*TargetN);
1194
(void)
Removed
;
1195
assert(
Removed
&& "Target not in the edge set for this caller?");
1204
// were
removed
there is no RefSCC structure change.
1471
// insist that the caller has already
removed
every use of the original
1499
bool
Removed
= SourceN->removeEdgeInternal(TargetN)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EarlyIfConversion.cpp
344
// Terminators don't need to be predicated as they will be
removed
.
808
ArrayRef<MachineBasicBlock *>
Removed
) {
813
for (auto B :
Removed
) {
826
ArrayRef<MachineBasicBlock *>
Removed
) {
831
for (auto B :
Removed
)
MachineBlockPlacement.cpp
365
/// Member variable for convenience. It may be
removed
by duplication deep
2935
/// it was duplicated into its chain predecessor and
removed
.
2939
/// Updated to be the chain end if LPred is
removed
.
2946
/// only needed if \p BB is
removed
and
2948
/// @return true if \p BB was
removed
.
2954
bool
Removed
, DuplicatedToLPred;
2956
Removed
= maybeTailDuplicateBlock(BB, LPred, Chain, BlockFilter,
2959
if (!
Removed
)
2966
while (DuplicatedToLPred &&
Removed
) {
2969
//
removed
. On the first pass through the loop, the chain end should be th
[
all
...]
/src/doc/
TODO.compat-module
5
1.
Removed
the building of the compat library - it is no longer needed.
22
recursion level (for auto-loading) have been
removed
. Previous code
/src/external/bsd/unbound/dist/contrib/
unbound.spec
94
-
Removed
symlink attr mode, made unbound.conf symlink relative.
102
-
removed
--disable-gost, assume recent openssl on the destination platform.
/src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
DirectoryWatcher-linux.cpp
259
Queue.push_back(DirectoryWatcher::Event::EventKind::
Removed
,
/src/external/gpl2/xcvs/dist/contrib/
log_accum.in
62
# Roy Fielding
removed
useless code and added log/mail of new files
123
$REMOVED_FILE = "$TMPDIR/${FILE_PREFIX}files.
removed
";
465
my $
removed
= &read_line_nodie("$REMOVED_FILE.$i.$id.$cvs_user");
466
if ($
removed
ne "") {
467
$subj .= "
REMOVED
: $
removed
";
470
# print "derive_subject_from_changes_file()..
removed
== $
removed
\n";
645
if (/^
Removed
Files/) { $state = $STATE_REMOVED; next; }
747
push(@text, &read_file("$REMOVED_FILE.$i.$id.$cvs_user", "
Removed
:"))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp
1584
bool
Removed
= OpaqueStructTypes.erase(Ty);
1585
(void)
Removed
;
1586
assert(
Removed
);
/src/external/apache2/llvm/dist/llvm/lib/Passes/
StandardInstrumentations.cpp
68
// either verbose or quiet mode, respectively. The lines that are
removed
582
// This has been
removed
.
597
// reporting the
removed
ones until the common one is reached. Report any
600
// loop through the before list, reporting any
removed
ones. Finally,
627
// Check any remaining before sections to see if they have been
removed
992
out << " is
removed
(" << BB.second.size() << " successors)\n";
1199
const std::string
Removed
=
1203
Out << doSystemDiff(BStr, AStr,
Removed
, Added, NoChange);
/src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x
782
* sparc-opcode.h (or):
Removed
incorrect lose bit 0x08000000.
828
* sparc-opcode.h (mov):
Removed
bogus "or i,0,d" pattern.
1329
* gdb.texinfo: Spelled. Also
removed
index references from
1331
Removed
all references to the function index.
1420
removed
a typo) to bring this into accord with gas' table; also
1681
* dbxread.c (read_addl_syms, psymtab_to_symtab):
Removed
1977
* dbxread.c (read_addl_syms):
Removed
cases to deal with global
2196
first element. Put in a couple of int cast.
Removed
some convex
2266
(wait_for_inferior):
Removed
several convex dependencies.
2407
* inflow.c:
Removed
inclusion of sys/user.h; no longer necessary
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x
782
* sparc-opcode.h (or):
Removed
incorrect lose bit 0x08000000.
828
* sparc-opcode.h (mov):
Removed
bogus "or i,0,d" pattern.
1329
* gdb.texinfo: Spelled. Also
removed
index references from
1331
Removed
all references to the function index.
1420
removed
a typo) to bring this into accord with gas' table; also
1681
* dbxread.c (read_addl_syms, psymtab_to_symtab):
Removed
1977
* dbxread.c (read_addl_syms):
Removed
cases to deal with global
2196
first element. Put in a couple of int cast.
Removed
some convex
2266
(wait_for_inferior):
Removed
several convex dependencies.
2407
* inflow.c:
Removed
inclusion of sys/user.h; no longer necessary
[
all
...]
/src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql
51
-- *
Removed
the atf_* and plain_* tables.
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
CrashDebugger.cpp
80
// Return true iff running the "
removed
" passes succeeds, and running the
81
// "Kept" passes fail when run on the output of the "
removed
" passes. If we
83
Expected<TestResult> doTest(std::vector<std::string> &
Removed
,
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
110
Value *
Removed
= getIncomingValue(Idx);
130
return
Removed
;
4154
// Copy the last case to the place of the
removed
one and shrink.
Completed in 89 milliseconds
1
2
Indexes created Wed Apr 15 00:22:22 UTC 2026