Home
last modified time | relevance | path

Searched defs:FormalDef (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_parser.h30 class FormalDef; variable
Dmir_function.h55 FormalDef() {}; in FormalDef() function
57FormalDef(MIRSymbol *s, const TyIdx &tidx, const TypeAttrs &at) : formalSym(s), formalTyIdx(tidx),… in FormalDef() function
60 FormalDef(const GStrIdx &sidx, MIRSymbol *s, const TyIdx &tidx, const TypeAttrs &at) in FormalDef() function