Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp30 static inline void RepairTypeErrorWithDefault(Type **type, Type *dflt) in RepairTypeErrorWithDefault() function
318 RepairTypeErrorWithDefault(&leftType, GlobalIntType()); in CheckBinaryOperatorShift()
319 RepairTypeErrorWithDefault(&rightType, GlobalIntType()); in CheckBinaryOperatorShift()
320 RepairTypeErrorWithDefault(&unboxedL, GlobalIntType()); in CheckBinaryOperatorShift()
321 RepairTypeErrorWithDefault(&unboxedR, GlobalIntType()); in CheckBinaryOperatorShift()

Completed in 4 milliseconds