OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jump
(Results
51 - 75
of
1937
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
goto.cpp
112
goto done; // expected-error {{cannot
jump
}}
113
const S s2(s); // expected-note {{
jump
bypasses variable initialization}}
121
void test(A a) { // expected-note {{
jump
enters lifetime of block}} FIXME: weird location
122
goto lbl; // expected-error {{cannot
jump
}}
MicrosoftCompatibility.cpp
47
goto foo; // expected-warning {{
jump
from this goto statement to its label is a Microsoft extension}}
48
C c; // expected-note {{
jump
bypasses variable initialization}}
58
goto end; // expected-warning{{
jump
from this goto statement to its label is a Microsoft extension}}
59
Y y; // expected-note {{
jump
bypasses variable with a non-trivial destructor}}
67
int x = 56; // expected-note {{
jump
bypasses variable initialization}}
68
case 1: // expected-error {{cannot
jump
}}
75
goto l2; // expected-error {{cannot
jump
}}
76
try { // expected-note {{
jump
bypasses initialization of try block}}
84
goto *&&a0; // expected-warning {{
jump
from this goto statement to its label is a Microsoft extension}}
85
int a = 3; // expected-note {{
jump
bypasses variable initialization}
[
all
...]
/external/llvm/test/CodeGen/Hexagon/
simpletailcall.ll
5
; CHECK:
jump
bar_empty
tail-call-mem-intrinsics.ll
4
; CHECK:
jump
memcpy
12
; CHECK:
jump
memmove
20
; CHECK:
jump
memset
/external/llvm/test/CodeGen/SystemZ/
branch-01.ll
1
; Test a simple unconditional
jump
.
/external/markdown/tests/extensions-x-footnotes/
footnote.html
11
<p><a href="#fnref:1" rev="footnote" title="
Jump
back to footnote 1 in the text">↩</a></p>
18
<p><a href="#fnref:2" rev="footnote" title="
Jump
back to footnote 2 in the text">↩</a></p>
22
 <a href="#fnref:3" rev="footnote" title="
Jump
back to footnote 3 in the text">↩</a></p>
26
<p>Paragraph two. <a href="#fnref:4" rev="footnote" title="
Jump
back to footnote 4 in the text">↩</a></p>
/external/valgrind/memcheck/tests/amd64-linux/
defcfaexpr.stderr.exp
1
Conditional
jump
or move depends on uninitialised value(s)
/external/valgrind/memcheck/tests/
inltemplate.stderr.exp
1
Conditional
jump
or move depends on uninitialised value(s)
inltemplate.stderr.exp-old-gcc
1
Conditional
jump
or move depends on uninitialised value(s)
origin6-fp.stderr.exp-glibc25-amd64
1
Conditional
jump
or move depends on uninitialised value(s)
origin6-fp.stderr.exp-glibc27-ppc64
1
Conditional
jump
or move depends on uninitialised value(s)
test-plo-yes.stderr.exp-le32
1
Conditional
jump
or move depends on uninitialised value(s)
test-plo-yes.stderr.exp-le64
1
Conditional
jump
or move depends on uninitialised value(s)
partiallydefinedeq.stderr.exp2
3
Conditional
jump
or move depends on uninitialised value(s)
7
Conditional
jump
or move depends on uninitialised value(s)
11
Conditional
jump
or move depends on uninitialised value(s)
partiallydefinedeq.stderr.exp4
3
Conditional
jump
or move depends on uninitialised value(s)
7
Conditional
jump
or move depends on uninitialised value(s)
11
Conditional
jump
or move depends on uninitialised value(s)
origin1-yes.stderr.exp
3
Conditional
jump
or move depends on uninitialised value(s)
10
Conditional
jump
or move depends on uninitialised value(s)
17
Conditional
jump
or move depends on uninitialised value(s)
24
Conditional
jump
or move depends on uninitialised value(s)
32
Conditional
jump
or move depends on uninitialised value(s)
40
Conditional
jump
or move depends on uninitialised value(s)
51
Conditional
jump
or move depends on uninitialised value(s)
badjump.c
8
uniform behaviour on all supported targets - a
jump
to an
inlinfo.stderr.exp
1
Conditional
jump
or move depends on uninitialised value(s)
17
Conditional
jump
or move depends on uninitialised value(s)
29
Conditional
jump
or move depends on uninitialised value(s)
39
Conditional
jump
or move depends on uninitialised value(s)
/external/valgrind/memcheck/tests/amd64/
sh-mem-vec256-plo-yes.stderr.exp
67
Conditional
jump
or move depends on uninitialised value(s)
76
Conditional
jump
or move depends on uninitialised value(s)
85
Conditional
jump
or move depends on uninitialised value(s)
94
Conditional
jump
or move depends on uninitialised value(s)
103
Conditional
jump
or move depends on uninitialised value(s)
112
Conditional
jump
or move depends on uninitialised value(s)
121
Conditional
jump
or move depends on uninitialised value(s)
130
Conditional
jump
or move depends on uninitialised value(s)
139
Conditional
jump
or move depends on uninitialised value(s)
148
Conditional
jump
or move depends on uninitialised value(s
[
all
...]
insn-pcmpistri.stderr.exp
1
Conditional
jump
or move depends on uninitialised value(s)
7
Conditional
jump
or move depends on uninitialised value(s)
12
Conditional
jump
or move depends on uninitialised value(s)
18
Conditional
jump
or move depends on uninitialised value(s)
23
Conditional
jump
or move depends on uninitialised value(s)
29
Conditional
jump
or move depends on uninitialised value(s)
34
Conditional
jump
or move depends on uninitialised value(s)
40
Conditional
jump
or move depends on uninitialised value(s)
45
Conditional
jump
or move depends on uninitialised value(s)
51
Conditional
jump
or move depends on uninitialised value(s
[
all
...]
/external/pcre/dist/sljit/
sljitNativeMIPS_common.c
221
static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *
jump
, sljit_ins *code_ptr, sljit_ins *code)
229
if (
jump
->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL))
232
if (
jump
->flags & SLJIT_REWRITABLE_JUMP)
236
if (
jump
->flags & JUMP_ADDR)
237
target_addr =
jump
->u.target;
239
SLJIT_ASSERT(
jump
->flags & JUMP_LABEL);
240
target_addr = (sljit_uw)(code +
jump
->u.label->size);
242
inst = (sljit_ins*)
jump
->addr;
243
if (
jump
->flags & IS_COND)
247
if (
jump
->flags & IS_CALL
370
struct sljit_
jump
*
jump
;
local
1635
struct sljit_
jump
*
jump
;
local
1753
struct sljit_
jump
*
jump
;
local
1874
struct sljit_
jump
*
jump
;
local
1961
struct sljit_
jump
*
jump
= NULL;
local
[
all
...]
sljitNativeSPARC_common.c
198
static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *
jump
, sljit_ins *code_ptr, sljit_ins *code)
205
if (
jump
->flags & SLJIT_REWRITABLE_JUMP)
208
if (
jump
->flags & JUMP_ADDR)
209
target_addr =
jump
->u.target;
211
SLJIT_ASSERT(
jump
->flags & JUMP_LABEL);
212
target_addr = (sljit_uw)(code +
jump
->u.label->size);
214
inst = (sljit_ins*)
jump
->addr;
217
if (
jump
->flags & IS_CALL) {
219
jump
->flags |= PATCH_CALL;
220
if (
jump
->flags & IS_MOVABLE)
282
struct sljit_
jump
*
jump
;
local
1318
struct sljit_
jump
*
jump
;
local
1364
struct sljit_
jump
*
jump
= NULL;
local
[
all
...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
JumpInsnNode.java
37
* A node that represents a
jump
instruction. A
jump
instruction is an
38
* instruction that may
jump
to another instruction.
46
* the instruction to which this instruction may
jump
.
59
*
jump
instruction may
jump
.
/external/iptables/extensions/
libxt_bpf.man
10
notation. Fields encode the operation,
jump
offset if true,
jump
offset if
20
21 0 1 6 #
jump
equal IPPROTO_TCP
/external/llvm/test/Transforms/JumpThreading/
branch-no-const.ll
1
; RUN: opt < %s -
jump
-threading -S | not grep phi
Completed in 1006 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>