OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dead
(Results
476 - 500
of
1683
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_pass1.c
111
/* Step two: Basically this is
dead
code elimination.
/external/chromium_org/third_party/skia/third_party/lua/src/
lfunc.c
57
if (isdead(g, o)) /* is it
dead
? */
lstring.c
144
if (isdead(G(L), o)) /* string is
dead
(but was not collected yet)? */
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
README
116
Note that most compilers will perform
dead
-code elimination to remove
/external/chromium_org/ui/base/ime/
input_method_chromeos.h
147
// including
dead
key etc.
/external/chromium_org/ui/views/controls/menu/
native_menu_win.h
26
// TODO(beng): rename to MenuWin once the old class is
dead
.
/external/chromium_org/v8/benchmarks/
README.txt
69
Removed
dead
code from the RayTrace benchmark and fixed a couple of
revisions.html
29
<p>Removed
dead
code from the RayTrace benchmark and fixed a couple of
/external/chromium_org/v8/test/mjsunit/harmony/
block-let-semantics.js
32
// Test temporal
dead
zone semantics of let bound variables in
generators-parsing.js
45
function* g() { yield 1; return 2; yield "
dead
"; }
/external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js
30
// individual returns getting optimized away (if the interpreter would do
dead
code elimination)
/external/clang/test/Analysis/
reference.cpp
109
// "null reference". So the 'if' statement ought to be
dead
code.
/external/clang/www/analyzer/
faq.html
113
This usage is discouraged because it makes the code
dead
to the analyzer from
/external/compiler-rt/lib/asan/
asan_thread.h
33
// so we can find them by tid even if the thread is long
dead
.
/external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h
33
// If thread is
dead
, context may optionally be reused for a new thread.
/external/dexmaker/src/dx/java/com/android/dx/ssa/
Optimizer.java
187
//
dead
code remover must be run before phi type resolver
PhiTypeResolver.java
41
* This algorithm assumes a
dead
-code remover has already removed all
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
mysql-modelingschema.dump
61
`state` enum('Exp','
dead
') NOT NULL,
/external/guava/guava-tests/test/com/google/common/cache/
CacheReferencesTest.java
147
// make sure the GC isn't going to see key2 or value2 as
dead
in assertCleanup
/external/libnl/lib/route/
nexthop.c
313
__ADD(RTNH_F_DEAD,
dead
)
/external/llvm/include/llvm/CodeGen/
LiveInterval.h
111
/// Return true if this instruction has a
dead
def.
117
/// live-through value, or a live def. A
dead
def returns NULL.
123
///
dead
defs, it is the value created by the instruction's def operands.
273
/// add liveness for a
dead
def.
MachineJumpTableInfo.h
103
/// RemoveJumpTable - Mark the specific index as being
dead
. This will
/external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp
79
// Map all labels and get rid of any
dead
landing pads.
DwarfCFIException.cpp
150
// Map all labels and get rid of any
dead
landing pads.
/external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp
68
/// the 'resume' instruction (typically an aggregate). Clean up any
dead
Completed in 1239 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>