Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsConditionalTypeBuilder.h41 TSConditionalTypeBuilder &SetTrueType(Expression *trueType) in SetTrueType()
/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.cpp482 auto *trueType = ParseTypeAnnotation(&options); in ParseConditionalType() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp778 …auto *trueType = DoOutsideOfDisallowConditinalTypesContext(&ParserImpl::ParseTsTypeAnnotation, &op… in ParseTsConditionalType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp619 auto trueType = inst->GetInput(index).GetInst()->GetType(); in IsSafeCast() local