UINT_TYPE         238 core/CdeclThunk.cpp     case kUINT: return UINT_TYPE;
UINT_TYPE         924 core/CdeclThunk.cpp     if ((callerRT == INT_TYPE || callerRT == UINT_TYPE) &&
UINT_TYPE         925 core/CdeclThunk.cpp        (calleeRT == INT_TYPE || calleeRT == UINT_TYPE))
UINT_TYPE         441 core/CodegenLIR.cpp         NanoAssert(v.traits == INT_TYPE || v.traits == UINT_TYPE || v.traits == BOOLEAN_TYPE);
UINT_TYPE         459 core/CodegenLIR.cpp                    v.traits != UINT_TYPE && v.traits != UINT_TYPE);
UINT_TYPE        1180 core/CodegenLIR.cpp             else if (t == UINT_TYPE)
UINT_TYPE        1922 core/CodegenLIR.cpp             AvmAssert (type==NULL ? true : type==UINT_TYPE);
UINT_TYPE        1923 core/CodegenLIR.cpp             state->verifier->emitCoerce(UINT_TYPE, state->sp());
UINT_TYPE        2764 core/CodegenLIR.cpp             if (in == UINT_TYPE || in == BOOLEAN_TYPE)
UINT_TYPE        2781 core/CodegenLIR.cpp         else if (result == UINT_TYPE)
UINT_TYPE        2805 core/CodegenLIR.cpp             else if (in == INT_TYPE || in == UINT_TYPE)
UINT_TYPE        3184 core/CodegenLIR.cpp             AvmAssert(slotType == INT_TYPE || slotType == UINT_TYPE || slotType == BOOLEAN_TYPE);
UINT_TYPE        3988 core/CodegenLIR.cpp                         if( result == INT_TYPE || result == UINT_TYPE)
UINT_TYPE        4026 core/CodegenLIR.cpp                 else if (maybeIntegerIndex && indexType == UINT_TYPE)
UINT_TYPE        4050 core/CodegenLIR.cpp                         if( result == INT_TYPE || result == UINT_TYPE )
UINT_TYPE        4170 core/CodegenLIR.cpp                         else if( valueType == UINT_TYPE )
UINT_TYPE        4211 core/CodegenLIR.cpp                 else if (maybeIntegerIndex && indexType == UINT_TYPE)
UINT_TYPE        4242 core/CodegenLIR.cpp                         else if( valueType == UINT_TYPE )
UINT_TYPE        4662 core/CodegenLIR.cpp         else if (lht == rht && lht == UINT_TYPE)
UINT_TYPE        4672 core/CodegenLIR.cpp             if ((lht == UINT_TYPE) && (rht == INT_TYPE))
UINT_TYPE        4689 core/CodegenLIR.cpp             else if ((lht == INT_TYPE) && (rht == UINT_TYPE))
UINT_TYPE        5118 core/CodegenLIR.cpp         else if (t == UINT_TYPE)    offset = offsetof(Toplevel, uintClass);
UINT_TYPE        5143 core/CodegenLIR.cpp         AvmAssert(t == UINT_TYPE);
UINT_TYPE         631 core/Verifier.cpp 				state->push(UINT_TYPE,true);
UINT_TYPE         881 core/Verifier.cpp 					if( maybeIntegerIndex && (indexType == UINT_TYPE || indexType == INT_TYPE) )
UINT_TYPE         886 core/Verifier.cpp 							emitCoerce(UINT_TYPE, state->sp());
UINT_TYPE        1034 core/Verifier.cpp 				Traits *type = UINT_TYPE;
UINT_TYPE        1718 core/Verifier.cpp 				state->pop_push(2, UINT_TYPE);
UINT_TYPE        2010 core/Verifier.cpp 			state->setType(sp, UINT_TYPE, true);
UINT_TYPE        2197 core/Verifier.cpp 				if( maybeIntegerIndex && (indexType == UINT_TYPE || indexType == INT_TYPE) )
UINT_TYPE        2202 core/Verifier.cpp 						propType = UINT_TYPE;