Searched refs:binaryOperatorType (Results 1 – 3 of 3) sorted by relevance
1313 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… in init() local1315 const bool isNormalOp = binaryOperatorType == 0; in init()1316 const bool isAssignEff = binaryOperatorType == 1; in init()1317 const bool isAssignRes = binaryOperatorType == 2; in init()
1316 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… in init() local1318 const bool isNormalOp = binaryOperatorType == 0; in init()1319 const bool isAssignEff = binaryOperatorType == 1; in init()1320 const bool isAssignRes = binaryOperatorType == 2; in init()
1635 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… local1637 bool isNormalOp = binaryOperatorType == 0;1638 bool isAssignEff = binaryOperatorType == 1;1639 bool isAssignRes = binaryOperatorType == 2;