Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp63 auto anyType = inst->CastToCastValueToAnyType()->GetAnyType(); in VisitCastValueToAnyType() local
925 auto anyType = inst->CastToCastValueToAnyType()->GetAnyType(); in LowerCastValueToAnyTypeWithConst() local
Dpeepholes.cpp1433 auto anyType = inst->CastToCastValueToAnyType()->GetAnyType(); in VisitCastValueToAnyType() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDeprecatedBuiltInAPICheck.ts99 static readonly anyType = AnyType.getInstance(); property in APIBasicType
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp842 auto anyType = GetAnyType(); in IsReferenceOrAny() local
Dir_constructor.h706 IrConstructor &AnyType(AnyBaseType anyType) in AnyType()
Dinst.h3112 void SetAnyType(AnyBaseType anyType) in SetAnyType()
3262 CastValueToAnyTypeInst(Opcode opcode, uint32_t pc, AnyBaseType anyType, Inst *input0) in CastValueToAnyTypeInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1551 auto anyType = GetAnyStringType(language); in BuildCastToAnyString() local
1575 auto anyType = NumericDataTypeToAnyType(type, language); in BuildCastToAnyNumber() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp716 auto *anyType = checker->GlobalETSAnyType(); in CreateLambdaClassInvokeBody() local
744 auto *anyType = checker->GlobalETSAnyType(); in CreateLambdaClassInvokeMethod() local