Home | History | Annotate | Download | only in cctest

Lines Matching refs:IsConstant

404           this->IsBitset(t) + t->IsClass() + t->IsConstant() + t->IsRange() +
512 CHECK(type->IsConstant());
1018 (type1->IsConstant() && type2->IsConstant()) ||
1019 (type1->IsConstant() && type2->IsRange()) ||