HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 26 - 50 of 1937) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
statements.cpp 7 // PR6451 - C++ Jump checking
13 goto later; // expected-error {{cannot jump}}
14 X x; // expected-note {{jump bypasses variable initialization}}
exceptions.cpp 38 goto l4; // expected-error {{cannot jump}}
39 goto l3; // expected-error {{cannot jump}}
40 goto l2; // expected-error {{cannot jump}}
42 try { // expected-note 4 {{jump bypasses initialization of try block}}
45 goto l4; // expected-error {{cannot jump}}
46 goto l3; // expected-error {{cannot jump}}
49 } catch(int) { // expected-note 4 {{jump bypasses initialization of catch block}}
52 goto l4; // expected-error {{cannot jump}}
54 goto l2; // expected-error {{cannot jump}}
56 } catch(...) { // expected-note 4 {{jump bypasses initialization of catch block}
    [all...]
  /external/valgrind/memcheck/tests/
strchr.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
strchr.stderr.exp3 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
badjump2.stderr.exp 0 Jump to the invalid address stated on the next line
manuel3.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
memcmptest.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
memcmptest.stderr.exp2 1 Conditional jump or move depends on uninitialised value(s)
resvn_stack.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
strchr.stderr.exp2 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/memcheck/tests/s390x/
cs.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
csg.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
cds.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
6 Conditional jump or move depends on uninitialised value(s)
cdsg.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
6 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/memcheck/tests/x86/
pushfpopf.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
  /external/llvm/test/Transforms/JumpThreading/
2008-11-27-EntryMunge.ll 1 ; RUN: opt < %s -jump-threading -S | grep "ret i32 0"
degenerate-phi.ll 1 ; RUN: opt -jump-threading -disable-output < %s
4 ; This is actually a test for value tracking. Jump threading produces
  /external/markdown/tests/extensions-x-footnotes/
named_markers.html 9 &#160;<a href="#fnref:foo" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p>
13 &#160;<a href="#fnref:bar" rev="footnote" title="Jump back to footnote 2 in the text">&#8617;</a></p>
17 &#160;<a href="#fnref:56" rev="footnote" title="Jump back to footnote 3 in the text">&#8617;</a></p>
21 &#160;<a href="#fnref:99" rev="footnote" title="Jump back to footnote 4 in the text">&#8617;</a></p>
  /external/valgrind/memcheck/tests/amd64/
insn-pmovmskb.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
19 Conditional jump or move depends on uninitialised value(s)
25 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
37 Conditional jump or move depends on uninitialised value(s)
43 Conditional jump or move depends on uninitialised value(s)
49 Conditional jump or move depends on uninitialised value(s)
55 Conditional jump or move depends on uninitialised value(s
    [all...]
insn-bsfl.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
6 Conditional jump or move depends on uninitialised value(s)
11 Conditional jump or move depends on uninitialised value(s)
16 Conditional jump or move depends on uninitialised value(s)
21 Conditional jump or move depends on uninitialised value(s)
26 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
36 Conditional jump or move depends on uninitialised value(s)
  /development/samples/ApiDemos/res/menu/
title_only.xml 19 <item android:id="@+id/jump"
20 android:title="@string/jump" />
  /external/llvm/include/llvm/Analysis/
JumpInstrTableInfo.h 1 //===-- JumpInstrTableInfo.h: Info for Jump-Instruction Tables --*- C++ -*-===//
9 /// \brief Information about jump-instruction tables that have been created by
25 /// This class stores information about jump-instruction tables created by the
34 /// for the jump-instruction tables.
39 /// The default byte alignment for jump tables is 16, which is large but
44 return "Jump-Instruction Table Info";
51 void insertEntry(FunctionType *TableFunTy, Function *Target, Function *Jump);
67 /// unconditional jump or a trap instruction in the back end currently in use.
  /external/llvm/test/CodeGen/Hexagon/
tail-call-trunc.ll 7 ; CHECK: jump ret_i32
15 ; CHECK: jump ret_i32
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_pulled_out_jump.opt_test 5 # If one branch of an if ends in a jump, and control cannot
7 # True, then the jump is lifted outside the if.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fib_rules.h 37 FRA_GOTO, /* target to jump to (FR_ACT_GOTO) */
59 FR_ACT_GOTO, /* Jump to another rule */

Completed in 177 milliseconds

12 3 4 5 6 7 8 91011>>