Searched refs:TopType (Results 1 – 5 of 5) sorted by relevance
160 static const TopType* GetTopType(std::string reason, in GetTopType()162 std::unique_ptr<TopType> type(new TopType(std::move(reason), source_type)); in GetTopType()163 TopType* result = type.get(); in GetTopType()
112 return TopType::cast(type)->reason(); in IsViolated()
236 class TopType final : public Type {238 DECLARE_TYPE_BOILERPLATE(TopType) in DECLARE_TYPE_BOILERPLATE() argument254 explicit TopType(std::string reason, const Type* source_type) in TopType() function
42 const TopType* top_type = TopType::cast(type); in TypeInstruction()
349 *i = TopType::cast(*i)->source_type(); in InlineMacro()2744 if (const TopType* top_type = TopType::DynamicCast(type)) { in GenerateCall()3322 if (const TopType* top_type = TopType::DynamicCast(source.type())) { in GenerateImplicitConvert()