Searched defs:paramTypes (Results 1 – 4 of 4) sorted by relevance
2486 let paramTypes: ts.TypeNode[] | undefined; variable2497 const paramTypes: ts.TypeNode[] = []; constant
251 std::vector<Type *> paramTypes; in LiteCGGetFuncParamTypes() local
1032 std::vector<LLVMTypeRef> paramTypes(LLVMCountParamTypes(calleeFuncType)); in VisitCall() local
1524 std::vector<LiteCGType *> paramTypes = lmirBuilder_->LiteCGGetFuncParamTypes(calleeFuncType); in VisitCall() local