Searched refs:binaryOperatorType (Results 1 – 2 of 2) sorted by relevance
2083 for (int binaryOperatorType = 0; binaryOperatorType <= 2; in init() local2084 …binaryOperatorType++) // 0: normal op test, 1: assignment op side-effect test, 2: assignment op re… in init()2086 const bool isNormalOp = binaryOperatorType == 0; in init()2087 const bool isAssignEff = binaryOperatorType == 1; in init()2088 const bool isAssignRes = binaryOperatorType == 2; in init()
2522 for (int binaryOperatorType = 0; binaryOperatorType <= 2; local2523 …binaryOperatorType++) // 0: normal op test, 1: assignment op side-effect test, 2: assignment op re…2525 bool isNormalOp = binaryOperatorType == 0;2526 bool isAssignEff = binaryOperatorType == 1;2527 bool isAssignRes = binaryOperatorType == 2;