Searched refs:fPoison (Results 1 – 4 of 4) sorted by relevance
25 return context.fTypes.fPoison.get(); in verify_type()29 return context.fTypes.fPoison.get(); in verify_type()42 return context.fTypes.fPoison.get(); in find_type()47 return context.fTypes.fPoison.get(); in find_type()163 return context.fTypes.fPoison.get(); in get_type_from_type_constant()
18 return std::make_unique<Poison>(line, context.fTypes.fPoison.get()); in Make()
60 const std::unique_ptr<Type> fPoison; variable
57 , fPoison(Type::MakeSpecialType(Compiler::POISON_TAG, "P", Type::TypeKind::kOther)) in BuiltinTypes()