/arkcompiler/runtime_core/static_core/libpandabase/ |
H A D | macros.h | 66 #define NO_COPY_CTOR(TypeName) TypeName(const TypeName &) = delete 69 #define NO_COPY_OPERATOR(TypeName) void operator=(const TypeName &) = delete 73 #define NO_COPY_SEMANTIC(TypeName) \ 74 NO_COPY_CTOR(TypeName); \ 75 NO_COPY_OPERATOR(TypeName) 78 #define NO_MOVE_CTOR(TypeName) \ 80 TypeName(TypeNam [all...] |
/arkcompiler/runtime_core/libpandabase/ |
H A D | macros.h | 63 #define NO_COPY_CTOR(TypeName) \ 64 TypeName(const TypeName&) = delete; 67 #define NO_COPY_OPERATOR(TypeName) \ 68 void operator=(const TypeName&) = delete 72 #define NO_COPY_SEMANTIC(TypeName) \ 73 NO_COPY_CTOR(TypeName) \ 74 NO_COPY_OPERATOR(TypeName) 77 #define NO_MOVE_CTOR(TypeName) \ 79 TypeName(TypeNam [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 34 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestNeg() 83 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestNot() 125 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestMov() 169 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2() 302 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestBitTestAndBranch() 358 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestAddOverflow() 424 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestSubOverflow() 492 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestJumpCC() 598 std::cerr << "Unsupported for " << TypeName< in TestLdr() [all...] |
H A D | encoder64_test_2.cpp | 42 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestCmp64() 94 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestCompare() 145 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestCompare64() 195 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestCast() 397 std::cerr << "Unsupported for " << TypeName<double>() << ", " << TypeName<int32_t>() << "\n"; in TestFcvtjzs() 441 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestDiv() 522 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestDivImm() 580 std::cerr << "Unsupported for " << TypeName< in TestModImm() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 36 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNeg() 86 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNot() 128 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMov() 172 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2() 305 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestBitTestAndBranch() 361 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestAddOverflow() 427 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestSubOverflow() 528 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestJumpCC() 612 std::cerr << "Unsupported for " << TypeName< in TestLdr() [all...] |
H A D | encoder64_test_2.cpp | 41 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestCompare64() 91 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestCast() 297 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestDiv() 379 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestDivImm() 427 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMod() 510 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestModImm() 673 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestSelect() 766 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestSelectTest() 835 std::cerr << "Unsupported for " << TypeName< in TestCompareTest() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 43 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNeg() 95 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNot() 142 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMov() 186 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2() 320 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestBitTestAndBranch() 378 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestJumpCC() 505 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestLdr() 583 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestStr() 719 std::cerr << "Unsupported for " << TypeName< in TestAbs() [all...] |
H A D | encoder32_test_2.cpp | 43 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestCompare() 98 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestCompare64() 153 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestCast() 364 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestDiv() 499 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMod() 667 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestSelect() 763 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestSelectTest() 830 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestCompareTest() 901 std::cerr << "Unsupported for " << TypeName< in TestJumpTest() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | encoder_test_common.h | 32 const char *TypeName(); 34 const char *TypeName(T /*unused*/) in TypeName() function 36 return TypeName<T>(); in TypeName() 42 inline const char *TypeName<type>(void) \
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 27 const char *TypeName(void); 29 const char *TypeName(T) in TypeName() function 31 return TypeName<T>(); in TypeName() 36 const char *TypeName<type>(void) \ 444 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; 496 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; 543 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; 587 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; 721 std::cerr << "Unsupported for " << TypeName< [all...] |
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 28 const char *TypeName(void); 30 const char *TypeName(T) in TypeName() function 32 return TypeName<T>(); in TypeName() 37 const char *TypeName<type>(void) \ 447 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNeg() 499 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNot() 543 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMov() 589 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2() 725 std::cerr << "Unsupported for " << TypeName< in TestBitTestAndBranch() [all...] |
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 27 const char *TypeName(void); 29 const char *TypeName(T) in TypeName() function 31 return TypeName<T>(); in TypeName() 36 const char *TypeName<type>(void) \ 449 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNeg() 501 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNot() 545 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMov() 591 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2() 726 std::cerr << "Unsupported for " << TypeName< in TestBitTestAndBranch() [all...] |
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsTypeReference.h | 40 const Expression *TypeName() const in TypeName() function in ark::es2panda::ark::es2panda::ir::TSTypeReference
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsTypeReference.h | 51 const Expression *TypeName() const in TypeName() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypeReference
|
/arkcompiler/toolchain/tooling/test/ |
H A D | pt_types_test.cpp | 79 bool result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 82 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 85 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 88 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 91 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 94 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 97 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 100 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 103 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 106 result = RemoteObject::TypeName in HWTEST_F_L0() [all...] |
H A D | debugger_returns_test.cpp | 32 using ObjectType = RemoteObject::TypeName;
|
H A D | debugger_events_test.cpp | 26 using ObjectType = RemoteObject::TypeName;
|
H A D | debugger_params_test.cpp | 33 using ObjectType = RemoteObject::TypeName;
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | expressionTSParser.cpp | 131 if (typeAnnotation->IsTSTypeReference() && typeAnnotation->AsTSTypeReference()->TypeName()->IsIdentifier()) { in ParsePotentialAsExpression() 132 const util::StringView &refName = typeAnnotation->AsTSTypeReference()->TypeName()->AsIdentifier()->Name(); in ParsePotentialAsExpression()
|
/arkcompiler/toolchain/tooling/test/testcases/ |
H A D | js_variable_first_test.h | 133 if (value->GetType() == RemoteObject::TypeName::Object) {
|
H A D | js_variable_second_test.h | 133 if (value->GetType() == RemoteObject::TypeName::Object) {
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_types.cpp | 22 using ObjectType = RemoteObject::TypeName; 306 SetType(RemoteObject::TypeName::String) in StringRemoteObject() 319 SetType(RemoteObject::TypeName::Symbol) in SymbolRemoteObject() 330 SetType(RemoteObject::TypeName::Function) in FunctionRemoteObject() 343 SetType(RemoteObject::TypeName::Function) in GeneratorFunctionRemoteObject() 358 SetType(RemoteObject::TypeName::Object) in ObjectRemoteObject() 372 SetType(RemoteObject::TypeName::Object) in ObjectRemoteObject()
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | classDefinition.cpp | 563 auto typeName = typeReference->TypeName(); in AddFieldTypeForTypeReference()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | dump_test.cpp | 490 #define NEW_OBJECT_AND_DUMP(ClassName, TypeName) \ in HWTEST_F_L0() 493 factory->NewEcmaHClass(ClassName::SIZE, JSType::TypeName, proto); \ in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | expressionParser.cpp | 142 if (typeAnnotation->IsTSTypeReference() && typeAnnotation->AsTSTypeReference()->TypeName()->IsIdentifier()) { in ParseTsAsExpression() 143 const util::StringView &refName = typeAnnotation->AsTSTypeReference()->TypeName()->AsIdentifier()->Name(); in ParseTsAsExpression()
|