Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp264 const std::vector<TypeAttrs> &vecAttrs, bool isVarg, in GetOrCreateFunctionType()
Dmir_builder.cpp277 bool isVarg, bool createBody) const in CreateFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp225 Type *LMIRBuilder::CreateFuncType(std::vector<Type *> params_, Type *retType, bool isVarg) in CreateFuncType()