Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp115 MIRFuncType *MIRFunction::ReconstructFormals(const std::vector<MIRSymbol *> &symbols, bool clearOld… in ReconstructFormals()
132 void MIRFunction::UpdateFuncTypeAndFormals(const std::vector<MIRSymbol *> &symbols, bool clearOldAr… in UpdateFuncTypeAndFormals()
140 void MIRFunction::UpdateFuncTypeAndFormalsAndReturnType(const std::vector<MIRSymbol *> &symbols, co… in UpdateFuncTypeAndFormalsAndReturnType()
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DInteropTypescriptLinter.ts54 symbols?: KitSymbols; property
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Difile.h411 MapleVector<Symbol> symbols; variable