Home
last modified time | relevance | path

Searched defs:diagKind (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp79 … Checker::IsTypeIdenticalTo(Type *source, Type *target, const diagnostic::DiagnosticKind &diagKind, in IsTypeIdenticalTo()
90 … Checker::IsTypeIdenticalTo(Type *source, Type *target, const diagnostic::DiagnosticKind &diagKind, in IsTypeIdenticalTo()
101 …Checker::IsTypeAssignableTo(Type *source, Type *target, const diagnostic::DiagnosticKind &diagKind, in IsTypeAssignableTo()
116 …Checker::IsTypeComparableTo(Type *source, Type *target, const diagnostic::DiagnosticKind &diagKind, in IsTypeComparableTo()
DETSchecker.cpp711 …pe *ETSChecker::TypeError(ir::Typed<ir::AstNode> *node, const diagnostic::DiagnosticKind &diagKind, in TypeError()
717 …pe *ETSChecker::TypeError(ir::Typed<ir::AstNode> *node, const diagnostic::DiagnosticKind &diagKind, in TypeError()
724 Type *ETSChecker::TypeError(varbinder::Variable *var, const diagnostic::DiagnosticKind &diagKind, in TypeError()
730 Type *ETSChecker::TypeError(varbinder::Variable *var, const diagnostic::DiagnosticKind &diagKind, in TypeError()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DcastingContext.cpp21 CastingContext::CastingContext(TypeRelation *relation, const diagnostic::DiagnosticKind &diagKind, in CastingContext()