Home | History | Annotate | Download | only in src

Lines Matching refs:ConstantType

299   class ConstantType;
307 typedef typename Config::template Handle<ConstantType>::type ConstantHandle;
331 return ConstantType::New(value, region);
443 ConstantType* AsConstant() { return ConstantType::cast(this); }
747 class TypeImpl<Config>::ConstantType : public StructuralType {
753 ConstantHandle type = Config::template cast<ConstantType>(
760 static ConstantType* cast(TypeImpl* type) {
762 return static_cast<ConstantType*>(type);