Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp174 std::vector<Type *> paramTypes; in LiteCGGetFuncParamTypes() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts5969 let paramTypes: ts.TypeNode[] | undefined; variable
5980 const paramTypes: ts.TypeNode[] = []; constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1124 std::vector<LLVMTypeRef> paramTypes(LLVMCountParamTypes(calleeFuncType)); in VisitCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1697 std::vector<LiteCGType *> paramTypes = lmirBuilder_->LiteCGGetFuncParamTypes(calleeFuncType); in VisitCall() local