Home
last modified time | relevance | path

Searched refs:ElaborateElementwise (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeElaborationContext.cpp80 checker_->ElaborateElementwise(targetElementType, it, it->Start()); in Start()
159 checker_->ElaborateElementwise(targetElementType, prop->Value(), it->Start()); in Start()
H A Dfunction.cpp55 ElaborateElementwise(returnType, func->Body()->AsExpression(), func->Body()->Start()); in HandleFunctionReturn()
216 ElaborateElementwise(paramType, param->Right(), paramIdent->Start()); in CheckFunctionAssignmentPatternParameter()
729 ElaborateElementwise(sigArgType, args[index], args[index]->Start()); in CallMatchesSignature()
H A Dhelpers.cpp313 void TSChecker::ElaborateElementwise(Type *targetType, ir::Expression *sourceNode, const lexer::SourcePosition &pos) in ElaborateElementwise() function in ark::es2panda::checker::TSChecker
H A DdestructuringContext.cpp38 checker_->ElaborateElementwise(annotationType, initializer, loc); in Prepare()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeElaborationContext.cpp80 checker_->ElaborateElementwise(targetElementType, it, it->Start()); in Start()
157 checker_->ElaborateElementwise(targetElementType, prop->Value(), it->Start()); in Start()
H A Dfunction.cpp57 ElaborateElementwise(returnType, func->Body()->AsExpression(), func->Body()->Start()); in HandleFunctionReturn()
221 ElaborateElementwise(paramType, param->Right(), paramIdent->Start()); in CheckFunctionAssignmentPatternParameter()
749 ElaborateElementwise(sigArgType, args[index], args[index]->Start()); in CallMatchesSignature()
H A Dhelpers.cpp315 void Checker::ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer::SourcePosition &pos) in ElaborateElementwise() function in panda::es2panda::checker::Checker
H A DdestructuringContext.cpp37 checker_->ElaborateElementwise(annotationType, initializer, loc); in Prepare()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DreturnStatement.cpp85 checker->ElaborateElementwise(funcReturnType, argument_, Start()); in Check()
H A DvariableDeclarator.cpp93 checker->ElaborateElementwise(annotationType, initializer, declarator->Id()->Start()); in CheckSimpleVariableDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DassignmentExpression.cpp197 checker->ElaborateElementwise(leftType, right_, left_->Start()); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h287 void ElaborateElementwise(Type *targetType, ir::Expression *sourceNode, const lexer::SourcePosition &pos);
H A DTSAnalyzer.cpp410 checker->ElaborateElementwise(leftType, expr->Right(), expr->Left()->Start()); in Check()
1237 checker->ElaborateElementwise(funcReturnType, st->Argument(), st->Start()); in Check()
1320 checker->ElaborateElementwise(annotationType, initializer, declarator->Id()->Start()); in CheckSimpleVariableDeclaration()
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h364 void ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer::SourcePosition &pos);

Completed in 13 milliseconds