HomeSort by relevance Sort by last modified time
    Searched full:unreachable (Results 101 - 125 of 1821) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
renderer11_utils.cpp 39 default: UNREACHABLE();
54 default: UNREACHABLE();
93 default: UNREACHABLE();
117 default: UNREACHABLE();
147 default: UNREACHABLE();
171 default: UNREACHABLE();
179 default: UNREACHABLE();
193 default: UNREACHABLE();
221 UNREACHABLE();
235 UNREACHABLE();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 32 "The # of unreachable blocks in analyzing top level functions");
72 unsigned total = 0, unreachable = 0; local
78 // Check if the block is unreachable
80 ++unreachable;
84 // We never 'reach' the entry block, so correct the unreachable count
85 unreachable--;
88 unreachable--;
105 NumBlocksUnreachable += unreachable;
109 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
110 << unreachable << " | Exhausted Block:
    [all...]
  /external/llvm/test/CodeGen/X86/
2012-05-19-CoalescerCrash.ll 21 unreachable
64 unreachable
79 unreachable
93 unreachable
100 unreachable
105 unreachable
2010-03-05-EFLAGS-Redef.ll 27 unreachable
33 unreachable
39 unreachable
  /external/llvm/test/Transforms/GVN/
2011-04-27-phioperands.ll 15 unreachable
24 unreachable
77 unreachable
80 unreachable
86 unreachable
92 unreachable
  /external/chromium/third_party/libjingle/source/talk/base/
checks.h 40 // The UNREACHABLE macro is very useful during development.
41 #define UNREACHABLE() \
42 Fatal(__FILE__, __LINE__, "unreachable code")
  /external/chromium_org/third_party/libjingle/source/talk/base/
checks.h 40 // The UNREACHABLE macro is very useful during development.
41 #define UNREACHABLE() \
42 Fatal(__FILE__, __LINE__, "unreachable code")
  /external/chromium_org/v8/test/webkit/
dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js 25 "Tests that code that is dead, unreachable, and contains a chain of nodes that use each other in an untyped way doesn't result in the IR getting corrupted."
31 var x = a; // It's dead and unreachable, and it involves a GetScopeVar(GetScopeRegisters(GetMyScope())).
38 // Since the function contains unreachable code we need a higher optimization threshold.
  /external/clang/test/CodeGenCXX/
noexcept.cpp 40 // CHECK-NEXT: unreachable
44 // CHECK-NEXT: unreachable
49 // CHECK-NEXT: unreachable
virtual-function-calls.cpp 49 // CHECK-NOT: unreachable
  /external/llvm/test/CodeGen/ARM/
2011-04-27-IfCvtBug.ll 17 unreachable
23 unreachable
38 unreachable
2011-09-19-cpsr.ll 44 unreachable
47 unreachable
50 unreachable
53 unreachable
ifcvt8.ll 15 unreachable
  /external/llvm/test/Transforms/GlobalOpt/
2009-06-01-RecursivePHI.ll 15 unreachable
21 unreachable
27 unreachable
33 unreachable
52 unreachable
58 unreachable
91 unreachable
97 unreachable
106 unreachable
113 unreachable
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector_test.py 37 'unreachable.html': '''
64 (404, 'apps/unreachable.html', 'apps/invalid.html',
70 (200, 'apps/unreachable.html', '#aoesu', 'target anchor not found')])
80 'apps/unreachable.html',
  /external/clang/test/Analysis/
complex.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-constraints=range -verify -Wno-unreachable-code -ffreestanding %s
  /external/clang/test/Sema/
varargs_unreachable.c 5 // argument types in unreachable code in a macro.
  /external/llvm/test/Analysis/Dominators/
invoke.ll 2 ; This tests that we handle unreachable blocks correctly
  /external/llvm/test/CodeGen/PowerPC/
2007-09-11-RegCoalescerAssert.ll 8 unreachable
2007-10-16-InlineAsmFrameOffset.ll 12 unreachable
2008-05-01-ppc_fp128.ll 11 unreachable
2008-10-28-UnprocessedNode.ll 10 unreachable
empty-functions.ll 6 unreachable
pr3711_widen_bit.ll 12 unreachable
  /external/llvm/test/CodeGen/Thumb2/
2009-08-08-ScavengerAssert.ll 17 unreachable

Completed in 1134 milliseconds

1 2 3 45 6 7 8 91011>>