Searched refs:binaryOperatorType (Results 1 – 2 of 2) sorted by relevance
1390 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… in init() local1392 const bool isNormalOp = binaryOperatorType == 0; in init()1393 const bool isAssignEff = binaryOperatorType == 1; in init()1394 const bool isAssignRes = binaryOperatorType == 2; in init()
1422 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… in init() local1424 bool isNormalOp = binaryOperatorType == 0; in init()1425 bool isAssignEff = binaryOperatorType == 1; in init()1426 bool isAssignRes = binaryOperatorType == 2; in init()