Home
last modified time | relevance | path

Searched defs:anyType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp63 auto anyType = inst->CastToCastValueToAnyType()->GetAnyType(); in VisitCastValueToAnyType() local
894 auto anyType = inst->CastToCastValueToAnyType()->GetAnyType(); in LowerCastValueToAnyTypeWithConst() local
Dpeepholes.cpp1408 auto anyType = inst->CastToCastValueToAnyType()->GetAnyType(); in VisitCastValueToAnyType() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp819 auto anyType = GetAnyType(); in IsReferenceOrAny() local
Dir_constructor.h706 IrConstructor &AnyType(AnyBaseType anyType) in AnyType()
Dinst.h3088 void SetAnyType(AnyBaseType anyType) in SetAnyType()
3238 CastValueToAnyTypeInst(Opcode opcode, uint32_t pc, AnyBaseType anyType, Inst *input0) in CastValueToAnyTypeInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1564 auto anyType = GetAnyStringType(language); in BuildCastToAnyString() local
1588 auto anyType = NumericDataTypeToAnyType(type, language); in BuildCastToAnyNumber() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp596 auto *anyType = checker->GlobalETSNullishObjectType(); in CreateLambdaClassInvoke() local