Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp282 bool const doPromotion) in ApplyBinaryOperatorPromotion()
318 if (doPromotion) { in ApplyBinaryOperatorPromotion()
392 Type *ETSChecker::ApplyUnaryOperatorPromotion(Type *type, const bool createConst, const bool doPromotion, in ApplyUnaryOperatorPromotion() argument
400 if (doPromotion) { in ApplyUnaryOperatorPromotion()
281 ApplyBinaryOperatorPromotion(Type *left, Type *right, TypeFlag test, bool const doPromotion) ApplyBinaryOperatorPromotion() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h515 bool doPromotion = true);
518 Type *ApplyUnaryOperatorPromotion(Type *type, bool createConst = true, bool doPromotion = true,

Completed in 8 milliseconds