Searched defs:FormalDef (Results 1 – 2 of 2) sorted by relevance
30 class FormalDef; variable
55 FormalDef() {}; in FormalDef() function57 …FormalDef(MIRSymbol *s, const TyIdx &tidx, const TypeAttrs &at) : formalSym(s), formalTyIdx(tidx),… in FormalDef() function60 FormalDef(const GStrIdx &sidx, MIRSymbol *s, const TyIdx &tidx, const TypeAttrs &at) in FormalDef() function