Searched refs:TypeStackElement (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.h | 194 friend class TypeStackElement; variable 251 class TypeStackElement { 253 …explicit TypeStackElement(Checker *checker, void *element, std::initializer_list<TypeErrorMessageE… in TypeStackElement() function 262 …explicit TypeStackElement(Checker *checker, void *element, std::string_view err, const lexer::Sour… in TypeStackElement() function 270 ~TypeStackElement() in ~TypeStackElement() 275 NO_COPY_SEMANTIC(TypeStackElement); 276 NO_MOVE_SEMANTIC(TypeStackElement);
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | helpers.cpp | 476 TypeStackElement tse( in GetTypeOfVariable() 508 …TypeStackElement tse(this, var, {"Type alias ", var->Name(), " circularly refences itself"}, node-… in GetTypeFromTypeAliasReference()
|
| D | object.cpp | 445 …TypeStackElement tse(this, type, {"Type ", type->Name(), " recursively references itself as a base… in GetBaseTypes()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 69 …TypeStackElement tse(this, type, {"Cyclic inheritance involving ", type->Name(), "."}, classDef->I… in GetSuperType() 137 …TypeStackElement tse(this, type, {"Cyclic inheritance involving ", type->Name(), "."}, declNode->I… in GetInterfacesOfInterface() 1501 …TypeStackElement tse(this, signature, "Recursive constructor invocation", signature->Function()->S… in CheckCyclicConstructorCall()
|
| D | typeCheckingHelpers.cpp | 549 …TypeStackElement tse(this, aliasTypeNode, "Circular type alias reference", aliasTypeNode->Start()); in GetTypeFromTypeAliasReference()
|