Home
last modified time | relevance | path

Searched defs:formalType (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h3055 auto formalType = *(sigIter++); variable
4177 …bool CheckMethodArgsSubtypePrimitive(NameGetter &nameGetter, Type &formalType, Type &actualType, i… in CheckMethodArgsSubtypePrimitive()
4224 …MethodArgsIncompatibleTypes(NameGetter &nameGetter, int regNum, Type &actualType, Type &formalType) in CheckMethodArgsIncompatibleTypes()
4266 …void CheckMethodArgsCheckType(NameGetter &nameGetter, Type &actualType, Type &formalType, int regN… in CheckMethodArgsCheckType()
4291 …bool CheckMethodArgsNotFit(Type &formalType, Type &actualType, int regNum, bool &incompatibleTypes) in CheckMethodArgsNotFit()