Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsConditionalTypeBuilder.h41 TSConditionalTypeBuilder &SetTrueType(Expression *trueType) in SetTrueType() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsConditionalType.h24 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsConditionalType.h34 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp479 auto *trueType = ParseTypeAnnotation(&options); in ParseConditionalType() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp794 auto *trueType = DoOutsideOfDisallowConditinalTypesContext(&ParserImpl::ParseTsTypeAnnotation, &options); in ParseTsConditionalType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp363 auto trueType = inst->GetInput(index).GetInst()->GetType(); in IsSafeCast() local

Completed in 20 milliseconds