Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp191 void TypeRecorder::SetBuiltinInst(const std::vector<int64_t> &allTypes, int64_t instIndex) in SetBuiltinInst()
202 void TypeRecorder::SetGenericInst(const std::vector<int64_t> &allTypes, int64_t instIndex) in SetGenericInst()
DtypeSystem.h1321 explicit BuiltinInstType(TypeExtractor *extractor, const std::vector<int64_t> &allTypes) in BuiltinInstType()
1348 void FillTypes(const std::vector<int64_t> &allTypes) in FillTypes()
1368 explicit GenericInstType(TypeExtractor *extractor, const std::vector<int64_t> &allTypes) in GenericInstType()
1395 void FillTypes(const std::vector<int64_t> &allTypes) in FillTypes()
DtypeExtractor.cpp916 std::vector<int64_t> allTypes = {typeIndexBuiltin}; in GetTypeIndexFromBuiltinInst() local
937 std::vector<int64_t> allTypes = {typeIndexGeneric}; in GetTypeIndexFromGenericInst() local