Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverify_annotation.cpp72 MIRPragma *NewPragmaRTAnnotation(MIRModule &md, const MIRStructType &clsType, const MIRStructType &… in NewPragmaRTAnnotation()
83 MIRPragma *NewPragmaRTClassAnnotation(MIRModule &md, const MIRStructType &clsType, const std::strin… in NewPragmaRTClassAnnotation()
100 MIRPragma *NewAssignableCheckAnno(MIRModule &md, const MIRStructType &clsType, const AssignableChec… in NewAssignableCheckAnno()
108 …VerfAnnoThrowVerifyError(MIRModule &md, const ThrowVerifyErrorPragma &info, MIRStructType &clsType) in AddVerfAnnoThrowVerifyError()
125 …nableCheck(MIRModule &md, std::vector<const AssignableCheckPragma *> &info, MIRStructType &clsType) in AddVerfAnnoAssignableCheck()
155 void AddVerfAnnoExtendFinalCheck(MIRModule &md, MIRStructType &clsType) in AddVerfAnnoExtendFinalCheck()
161 void AddVerfAnnoOverrideFinalCheck(MIRModule &md, MIRStructType &clsType) in AddVerfAnnoOverrideFinalCheck()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp754 [[maybe_unused]] checker::ETSObjectType const *clsType) in EmitIsInstanceNonNullish()