/external/valgrind/main/memcheck/tests/ |
supp_unknown.supp | 4 Memcheck:Jump 11 Memcheck:Jump
|
badloop.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s)
|
inits.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s)
|
manuel1.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s)
|
metadata.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s)
|
clientperm.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s) 4 Conditional jump or move depends on uninitialised value(s)
|
badjump2.stderr.exp-kfail | 0 Jump to the invalid address stated on the next line
|
strchr.stderr.exp-darwin | 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.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)
|
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)
|
/external/valgrind/main/memcheck/tests/linux/ |
with-space.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s)
|
/external/clang/test/SemaCXX/ |
statements.cpp | 7 // PR6451 - C++ Jump checking 14 X x; // expected-note {{jump bypasses variable initialization}}
|
/external/valgrind/main/memcheck/tests/amd64/ |
xor-undef-amd64.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s) 4 Conditional jump or move depends on uninitialised value(s) 7 Conditional jump or move depends on uninitialised value(s) 10 Conditional jump or move depends on uninitialised value(s) 13 Conditional jump or move depends on uninitialised value(s)
|
/external/clang/test/SemaObjC/ |
scope-check.m | 9 @try { // expected-note {{jump bypasses initialization of @try block}} 11 } @catch (A *x) { // expected-note {{jump bypasses initialization of @catch block}} 15 } @finally {// expected-note {{jump bypasses initialization of @finally block}} 22 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}} 25 } @catch (B *c) { // expected-note {{jump bypasses initialization of @catch block}} 27 } @finally { // expected-note {{jump bypasses initialization of @finally block}} 32 @try { // expected-note 2 {{jump bypasses initialization of @try block}} 44 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}} 52 @synchronized // expected-note {{jump bypasses initialization of @synchronized block}} 83 } @catch (...) { // expected-note {{jump bypasses initialization of @catch block} [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
xor-undef-x86.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s) 4 Conditional jump or move depends on uninitialised value(s) 7 Conditional jump or move depends on uninitialised value(s)
|
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/ |
2012-07-19-NoSuccessorIndirectBr.ll | 1 ; RUN: opt < %s -jump-threading
|
/external/llvm/include/llvm/CodeGen/ |
MachineJumpTableInfo.h | 1 //===-- CodeGen/MachineJumpTableInfo.h - Abstract Jump Tables --*- C++ -*-===// 10 // The MachineJumpTableInfo class keeps track of jump tables referenced by 13 // Instructions reference the address of these jump tables through the use of 16 // function jump tables. 32 /// MachineJumpTableEntry - One jump table in the jump table info. 35 /// MBBs - The vector of basic blocks from which to create the jump table. 44 /// JTEntryKind - This enum indicates how each entry of the jump table is 62 /// the address of the jump table. This is used for PIC jump tables wher [all...] |
/external/clang/test/Sema/ |
scope-check.c | 5 int a[x]; // expected-note {{jump bypasses initialization of variable length array}} 6 int b[x]; // expected-note {{jump bypasses initialization of variable length array}} 13 typedef int a[x]; // expected-note {{jump bypasses initialization of VLA typedef}} 22 int a __attribute((cleanup(test3clean))); // expected-note {{jump bypasses initialization of variable with __attribute__((cleanup))}} 29 int a[x]; // expected-note {{jump bypasses initialization of variable length array}} 52 int a[x]; // expected-note {{jump bypasses initialization of variable length array}} 62 for (int arr[x]; // expected-note {{jump bypasses initialization of variable length array}} 68 int Y = ({ int a[x]; // expected-note {{jump bypasses initialization of variable length array}} 73 int A[x], // expected-note {{jump bypasses initialization of variable length array}} 74 B[x]; // expected-note {{jump bypasses initialization of variable length array} [all...] |
/external/webkit/Source/WebCore/manual-tests/wml/ |
onevent-prev.wml | 6 <p>Clicking "Go" will cause it to jump to the card2, but which binds prev task to onenterforward event within onevent element, as a result, it will jump back to card 1</p> 14 <p>This is card2. When card 2 is entered forward, it will jump back to the previous page</p>
|
/external/valgrind/main/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)
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerX86Common.h | 604 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right) 614 Jump isUnordered(m_assembler.jp()); 615 Jump result = Jump(m_assembler.je()); 619 Jump isUnordered(m_assembler.jp()); 620 Jump isEqual(m_assembler.je()); 622 Jump result = jump(); 628 return Jump(m_assembler.jCC(static_cast<X86Assembler::Condition>(cond & ~DoubleConditionBits))); 636 Jump branchTruncateDoubleToInt32(FPRegisterID src, RegisterID dest, BranchTruncateType branchType = Bra (…) 937 Jump jump() function in class:JSC::MacroAssemblerX86Common 942 void jump(RegisterID target) function in class:JSC::MacroAssemblerX86Common 948 void jump(Address address) function in class:JSC::MacroAssemblerX86Common [all...] |
MacroAssemblerX86_64.h | 127 Jump newJump = Jump(m_assembler.jmp_r(scratchRegister)); 132 Call makeTailRecursiveCall(Jump oldJump) 136 Jump newJump = Jump(m_assembler.jmp_r(scratchRegister)); 325 Jump branchPtr(Condition cond, RegisterID left, RegisterID right) 328 return Jump(m_assembler.jCC(x86Condition(cond))); 331 Jump branchPtr(Condition cond, RegisterID left, TrustedImmPtr right) 337 Jump branchPtr(Condition cond, RegisterID left, Address right) 340 return Jump(m_assembler.jCC(x86Condition(cond))) [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_CONST_16.S | 8 GOTO_OPCODE(ip) @ jump to next instruction
|