Searched refs:UNINIT (Results 1 - 7 of 7) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java113 public static final int UNINIT = 8; field in class:StackMap
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)
H A DStackMapTable.java136 public static final int UNINIT = 8; field in class:StackMapTable
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/javassist/src/main/javassist/bytecode/analysis/
H A DType.java75 public static final Type UNINIT = new Type(null); field in class:Type
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";
H A DExecutor.java76 frame.push(Type.UNINIT);
588 if (! array.isArray() && array != Type.UNINIT)
639 if (array == Type.UNINIT) {
642 simplePush(Type.UNINIT, frame);
666 if (array == Type.UNINIT) {
H A DMultiType.java217 if (type == UNINIT)
/external/clang/test/Sema/
H A Duninit-variables.c432 #define UNINIT(T, x, y) T x; T y = x; macro
435 UNINIT(int, a, b); // expected-warning {{variable 'a' is uninitialized when used here}} \
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java440 * Type data for UNINIT.
455 public int getTypeTag() { return StackMapTable.UNINIT; }

Completed in 78 milliseconds