Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsConditionalType.h34 const Expression *CheckType() const in CheckType() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsConditionalType.h44 const Expression *CheckType() const in CheckType() function
/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_options.h32 enum class CheckType { CFLOW, RESOLVE_ID, REG_USAGE, TYPING, ABSINT }; enum
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts56 export type CheckType = (this: TsUtils, t: ts.Type) => boolean; alias
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h238 bool CheckType(Type type, Type tgtType) in CheckType() function