Searched defs:symbols (Results 1 – 2 of 2) sorted by relevance
115 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()
405 MapleVector<Symbol> symbols; variable