| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 23 inline Type *GetPrimitiveType(PrimType type) in GetPrimitiveType() function 61 i8Type = GetPrimitiveType(PTY_i8); in LMIRBuilder() 62 i16Type = GetPrimitiveType(PTY_i16); in LMIRBuilder() 63 i32Type = GetPrimitiveType(PTY_i32); in LMIRBuilder() 64 i64Type = GetPrimitiveType(PTY_i64); in LMIRBuilder() 65 i128Type = GetPrimitiveType(PTY_i128); in LMIRBuilder() 66 u1Type = GetPrimitiveType(PTY_u1); in LMIRBuilder() 67 u8Type = GetPrimitiveType(PTY_u8); in LMIRBuilder() 68 u16Type = GetPrimitiveType(PTY_u16); in LMIRBuilder() 69 u32Type = GetPrimitiveType(PTY_u32); in LMIRBuilder() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 325 Type GetPrimitiveType() const in GetPrimitiveType() function 341 return IsPrimitiveType() && GetPrimitiveType() == Type::ANY; in IsAny() 346 return IsPrimitiveType() && GetPrimitiveType() == Type::NONE; in IsNone() 351 return IsPrimitiveType() && GetPrimitiveType() == Type::INT; in IsInt() 356 return IsPrimitiveType() && GetPrimitiveType() == Type::INT_OVERFLOW; in IsIntOverFlow() 361 return IsPrimitiveType() && GetPrimitiveType() == Type::DOUBLE; in IsDouble() 366 return IsPrimitiveType() && GetPrimitiveType() == Type::STRING; in IsString() 371 return type_.index() == 0 && GetPrimitiveType() == Type::BIG_INT; in IsBigInt() 376 return type_.index() == 0 && GetPrimitiveType() == Type::BOOLEAN; in IsBoolean() 381 return type_.index() == 0 && GetPrimitiveType() == Type::HEAP_OBJECT; in IsHeapObject() [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.polymorphic.range.yaml | 52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> { 230 call.short R.getPrimitiveType, v1 234 call.short R.getPrimitiveType, v2 312 call.short R.getPrimitiveType, v1 316 call.short R.getPrimitiveType, v2 412 call.short R.getPrimitiveType, v1 416 call.short R.getPrimitiveType, v2 492 call.short R.getPrimitiveType, v1 496 call.short R.getPrimitiveType, v2 577 call.short R.getPrimitiveType, v1 [all …]
|
| D | calle.polymorphic.range.yaml | 52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> { 230 call.short R.getPrimitiveType, v1 234 call.short R.getPrimitiveType, v2 312 call.short R.getPrimitiveType, v1 316 call.short R.getPrimitiveType, v2 412 call.short R.getPrimitiveType, v1 416 call.short R.getPrimitiveType, v2 492 call.short R.getPrimitiveType, v1 496 call.short R.getPrimitiveType, v2 577 call.short R.getPrimitiveType, v1 [all …]
|
| D | call.polymorphic.short.yaml | 52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> { 200 call.short R.getPrimitiveType, v1 204 call.short R.getPrimitiveType, v2 269 call.short R.getPrimitiveType, v1 390 call.short R.getPrimitiveType, v4
|
| D | call.polymorphic.yaml | 52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> { 206 call.short R.getPrimitiveType, v1 210 call.short R.getPrimitiveType, v2 288 call.short R.getPrimitiveType, v1 292 call.short R.getPrimitiveType, v2 388 call.short R.getPrimitiveType, v1 392 call.short R.getPrimitiveType, v2 468 call.short R.getPrimitiveType, v1 472 call.short R.getPrimitiveType, v2 618 call.short R.getPrimitiveType, v4
|
| D | calle.polymorphic.yaml | 52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> { 206 call.short R.getPrimitiveType, v1 210 call.short R.getPrimitiveType, v2 288 call.short R.getPrimitiveType, v1 292 call.short R.getPrimitiveType, v2 388 call.short R.getPrimitiveType, v1 392 call.short R.getPrimitiveType, v2 468 call.short R.getPrimitiveType, v1 472 call.short R.getPrimitiveType, v2 618 call.short R.getPrimitiveType, v4
|
| D | calle.polymorphic.short.yaml | 42 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> { 190 call.short R.getPrimitiveType, v1 194 call.short R.getPrimitiveType, v2 259 call.short R.getPrimitiveType, v1
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsPrimitiveType.h | 28 PrimitiveType GetPrimitiveType() const in GetPrimitiveType() function
|
| D | etsPrimitiveType.cpp | 40 switch (GetPrimitiveType()) { in Dump()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | expressionLambdaLowering.cpp | 29 …function->ReturnTypeAnnotation()->AsETSPrimitiveType()->GetPrimitiveType() == ir::PrimitiveType::V… in ConvertExpression()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_parser.h | 58 PrimType GetPrimitiveType(TokenKind tk) const;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | parser.cpp | 121 PrimType MIRParser::GetPrimitiveType(TokenKind tk) const in GetPrimitiveType() function in maple::MIRParser 336 PrimType primType = GetPrimitiveType(lexer.NextToken()); in ParseBitFieldType() 671 PrimType primType = GetPrimitiveType(lexer.GetTokenKind()); in ParsePrimType()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 888 auto primitiveType = sampleType.GetPrimitiveType(); in HWTEST_F_L0() 1082 auto primitiveType = sampleType.GetPrimitiveType(); in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 648 return PrimitiveTypeToName(typeAnnotation->AsETSPrimitiveType()->GetPrimitiveType()); in GetNameForTypeNode()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 1035 if (typeAnnotation->GetPrimitiveType() != ir::PrimitiveType::VOID) { in CheckVoidAnnotation()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 1972 return PrimitiveTypeToStr(node->GetPrimitiveType()); in PrimitiveTypeNodeType()
|