OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNINIT
(Results
1 - 10
of
10
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java
97
// The
Uninit
category is for registers that haven't been set yet. e.g. the non-parameter registers in a method
99
public static final byte
UNINIT
= 1;
127
"
Uninit
",
153
/* UNKNOWN
UNINIT
NULL ONE, BOOLEAN BYTE POS_BYTE SHORT POS_SHORT CHAR INTEGER, FLOAT, LONG_LO LONG_HI DOUBLE_LO DOUBLE_HI UNINIT_REF UNINIT_THIS REFERENCE CONFLICTED*/
154
/*UNKNOWN*/ {UNKNOWN,
UNINIT
, NULL, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, LONG_LO, LONG_HI, DOUBLE_LO, DOUBLE_HI, UNINIT_REF, UNINIT_THIS,REFERENCE, CONFLICTED},
155
/*
UNINIT
*/ {
UNINIT
,
UNINIT
, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED},
178
public static final RegisterType UNINIT_TYPE = new RegisterType(
UNINIT
, null);
315
case
UNINIT
[
all
...]
/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/guice/extensions/struts2/lib/
javassist.jar
/external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
/prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar
/prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar
Completed in 3087 milliseconds