OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNINIT
(Results
1 - 5
of
5
) sorted by null
/external/javassist/src/main/javassist/bytecode/
StackMap.java
113
public static final int
UNINIT
= 8;
190
else if (tag ==
UNINIT
) {
263
dest[pos] =
UNINIT
;
332
writer.writeVerifyTypeInfo(
UNINIT
, offset);
368
else if (varTag ==
UNINIT
)
369
writer.writeVerifyTypeInfo(
UNINIT
, varData);
433
else if (tag ==
UNINIT
) {
452
else if (tag ==
UNINIT
) {
532
if (tag == StackMap.OBJECT || tag == StackMap.
UNINIT
)
StackMapTable.java
136
public static final int
UNINIT
= 8;
244
if (tag == OBJECT || tag ==
UNINIT
) {
263
* if the tag is <code>
UNINIT
</code>.
286
if (tag == OBJECT || tag ==
UNINIT
) {
346
if (tag == OBJECT || tag ==
UNINIT
) {
582
* if the tag is <code>
UNINIT
</code>.
618
* if the tag is <code>
UNINIT
</code>.
640
* if the tag is <code>
UNINIT
</code>.
646
* if the tag is <code>
UNINIT
</code>.
667
if (tag == OBJECT || tag ==
UNINIT
)
[
all
...]
/external/clang/test/Sema/
uninit-variables.c
432
#define
UNINIT
(T, x, y) T x; T y = x;
435
UNINIT
(int, a, b); // expected-warning {{variable 'a' is uninitialized when used here}} \
/external/javassist/src/main/javassist/bytecode/analysis/
Type.java
75
public static final Type
UNINIT
= new Type(null);
252
if ((type ==
UNINIT
&& isReference()) || this ==
UNINIT
&& type.isReference())
289
if (type == Type.
UNINIT
)
291
if (this == Type.
UNINIT
)
583
if (this ==
UNINIT
)
584
return "
UNINIT
";
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 609 milliseconds