reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
357 assert(InfoType == IT_State); 362 assert(InfoType == IT_VarTest); 367 assert(InfoType == IT_BinTest); 372 assert(InfoType == IT_BinTest); 377 assert(InfoType == IT_Var); 382 assert(InfoType == IT_Tmp); 400 assert(InfoType == IT_BinTest); 405 assert(InfoType == IT_BinTest); 409 bool isValid() const { return InfoType != IT_None; } 410 bool isState() const { return InfoType == IT_State; } 411 bool isVarTest() const { return InfoType == IT_VarTest; } 412 bool isBinTest() const { return InfoType == IT_BinTest; } 413 bool isVar() const { return InfoType == IT_Var; } 414 bool isTmp() const { return InfoType == IT_Tmp; } 417 return InfoType == IT_VarTest || InfoType == IT_BinTest; 417 return InfoType == IT_VarTest || InfoType == IT_BinTest; 421 return InfoType == IT_Var || InfoType == IT_Tmp; 421 return InfoType == IT_Var || InfoType == IT_Tmp; 425 assert(InfoType == IT_VarTest || InfoType == IT_BinTest); 425 assert(InfoType == IT_VarTest || InfoType == IT_BinTest); 427 if (InfoType == IT_VarTest) { 431 } else if (InfoType == IT_BinTest) {