Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp2001 std::vector<LLVMTypeRef> paramTys; in GetFuncType() local
2021 std::vector<LLVMTypeRef> paramTys; in GenerateFuncType() local
2063 std::vector<LLVMTypeRef> paramTys = { glue, lexEnv, actualArgc }; in AddFunc() local