Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsConditionalType.h24 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsConditionalType.h34 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp479 auto *trueType = ParseTypeAnnotation(&options); in ParseConditionalType() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp791 …auto *trueType = DoOutsideOfDisallowConditinalTypesContext(&ParserImpl::ParseTsTypeAnnotation, &op… in ParseTsConditionalType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp363 auto trueType = inst->GetInput(index).GetInst()->GetType(); in IsSafeCast() local