HomeSort by relevance Sort by last modified time
    Searched full:unreachable (Results 701 - 725 of 1414) sorted by null

<<21222324252627282930>>

  /frameworks/wilhelm/src/itf/
IBufferQueue.c 37 // unreachable, but just in case we will assume it is stopped
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 74 #define ENETUNREACH 101 /* Network is unreachable */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 74 #define ENETUNREACH 101 /* Network is unreachable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 74 #define ENETUNREACH 101 /* Network is unreachable */
  /external/bison/tests/
reduce.at 476 // Conflict resolution renders state 12 unreachable for canonical LR(1). We
478 %define lr.keep-unreachable-states]],
709 // Conflict resolution renders state 16 unreachable for canonical LR(1). We
711 %define lr.keep-unreachable-states]],
953 // Conflict resolution renders state 16 unreachable for canonical LR(1). We
955 %define lr.keep-unreachable-states]],
1221 [[%define lr.keep-unreachable-states]],
    [all...]
conflicts.at 1059 ## Unreachable States After Conflict Resolution. ##
1062 AT_SETUP([[Unreachable States After Conflict Resolution]])
1064 # If conflict resolution makes states unreachable, remove those states, report
1079 * unreachable, and the associated production is useless. */
1085 /* S/R conflict that need not be reported since it is unreachable because of
1254 [[%define lr.keep-unreachable-states
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 64 UNREACHABLE();
250 UNREACHABLE();
251 return "Unreachable code";
636 // HValue::DataEquals. The default implementation is UNREACHABLE. We
946 UNREACHABLE();
963 UNREACHABLE();
994 UNREACHABLE();
    [all...]
ic.cc 53 // these cases fall through to the unreachable code below.
57 UNREACHABLE();
275 UNREACHABLE();
362 default: UNREACHABLE();
    [all...]
elements.cc 483 UNREACHABLE();
753 UNREACHABLE();
    [all...]
flags.cc 147 UNREACHABLE();
191 UNREACHABLE();
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 189 /** If no states are dead-ends, no alts are unreachable, there are
235 /** Get a list of all unreachable alternatives for this decision. There
237 * is the overall list of unreachable alternatives (either due to
280 * This is different than the unreachable alts. Disabled doesn't mean that
281 * the alternative is totally unreachable necessarily, it just means
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 370 // load(gep null, ...) -> unreachable
377 // an unreachable instruction directly because we cannot modify the
385 // load null/undef -> unreachable
391 // unreachable instruction directly because we cannot modify the CFG.
643 // store X, null -> turns into 'unreachable' in SimplifyCFG
  /external/v8/tools/gcmole/
gcmole.cc 324 static Environment Unreachable() {
935 out_(Environment::Unreachable()),
1006 return Environment::Unreachable();
1011 return Environment::Unreachable();
1077 return Environment::Unreachable();
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 58 // Unreachable code analysis.
73 /// CheckUnreachable - Check for unreachable code.
773 // Don't care about other unreachable statements.
776 // If there are no unreachable statements, this may be a special
    [all...]
  /external/iproute2/man/man8/
ip.8 249 throw " | " unreachable " | " prohibit " | " blackhole " | " nat " ]"
298 .BR prohibit " | " reject " | " unreachable " ] [ " realms
1387 .B unreachable
1388 - these destinations are unreachable. Packets are discarded and the
1390 .I host unreachable
1398 - these destinations are unreachable. Packets are discarded silently.
1405 - these destinations are unreachable. Packets are discarded and the
1429 .I net unreachable
    [all...]
  /external/llvm/docs/
FAQ.rst 360 Why does instcombine + simplifycfg turn a call to a function with a mismatched calling convention into "unreachable"? Why not make the verifier reject it?
385 unreachable
470 to delete the broken call as unreachable. However, since
471 ``instcombine``/``simplifycfg`` turns the undefined call into unreachable, we
472 end up with a branch on a condition that goes to unreachable: a branch to
473 unreachable can never happen, so "``-inline -instcombine -simplifycfg``" is
  /external/llvm/test/CodeGen/Thumb2/
2009-08-04-ScavengerAssert.ll 115 unreachable
143 unreachable
346 unreachable
482 unreachable
486 unreachable
501 unreachable
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 137 * 2. "unlinking" makes a deleted node unreachable from active
151 * nodes unreachable from deleted nodes, making it easier for the
419 // they point to each other, leaving x unreachable from
422 // leaving active nodes unreachable from x, by rechecking
573 * this method will be unreachable from head after it returns.
603 * this method will be unreachable from tail after it returns.
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 382 UNREACHABLE();
446 UNREACHABLE();
762 UNREACHABLE();
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 861 UNREACHABLE();
    [all...]
  /external/chromium/testing/gmock/scripts/
gmock-config.in 287 # unreachable
290 # unreachable
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 82 // Special case: bail out if BB is unreachable.
240 // Treat an unreachable predecessor as a definition with 'undef'.
  /external/llvm/test/Transforms/InstCombine/
shufflemask-undef.ll 97 unreachable
100 unreachable
vec_demanded_elts.ll 90 ; CHECK: unreachable
103 unreachable
  /external/smack/src/org/jivesoftware/smack/proxy/
Socks5ProxySocketFactory.java 281 o X'03' Network unreachable
282 o X'04' Host unreachable

Completed in 613 milliseconds

<<21222324252627282930>>