| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| H A D | ast_verifier_getter_setter_neg_test.cpp | 202 auto *param = checker.AllocNode<ETSParameterExpression>(ident, nullptr); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | catchClauseBuilder.h | 29 CatchClauseBuilder &SetParam(Expression *param) in SetParam() argument
|
| H A D | tsImportTypeBuilder.h | 29 TSImportTypeBuilder &SetParam(Expression *param) in SetParam() argument
|
| H A D | tsIndexSignatureBuilder.h | 29 TSIndexSignatureBuilder &SetParam(Expression *param) in SetParam() argument
|
| H A D | tsTypeParameterDeclarationBuilder.h | 32 TSTypeParameterDeclarationBuilder &AddParam(TSTypeParameter *param) in AddParam() argument
|
| H A D | tsTypeParameterInstantiationBuilder.h | 38 TSTypeParameterInstantiationBuilder &AddParams(TypeNode *param) in AddParams() argument
|
| /arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/ |
| H A D | globalclass_fuzzer.cpp | 32 Global<JSValueRef> param; in GlobalFuzzerTest() local 49 Global<JSValueRef> param; in GlobalOperatorEqualFuzzerTest() local 67 Global<JSValueRef> param; in GlobalMoveFuzzerTest() local 84 Global<JSValueRef> param; in GlobalOperatorEqualMoveFuzzerTest() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | reg_alloc_graph_coloring_test.cpp | 27 SpillFillData GetParameterSpillFilll(Inst *param) in GetParameterSpillFilll() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | reg_alloc_graph_coloring_test.cpp | 28 SpillFillData GetParameterSpillFilll(Inst *param) in GetParameterSpillFilll() argument
|
| H A D | asm_caller.cpp | 33 static auto Abs(T param) in Abs() argument 39 static auto Not(T param) in Not() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | catchClause.h | 28 explicit CatchClause(Expression *param, BlockStatement *body) in CatchClause() argument
|
| H A D | tsIndexSignature.h | 36 explicit TSIndexSignature(Expression *const param, TypeNode *const typeAnnotation, bool const readonly) in TSIndexSignature() argument
|
| H A D | tsIndexSignature.cpp | 84 auto *const param = param_ != nullptr ? param_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsTypeParameterDeclaration.h | 59 void AddParam(TSTypeParameter *param) in AddParam() argument
|
| H A D | tsImportType.h | 26 explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qualifier, in TSImportType() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| H A D | encoder32_test.h | 126 bool CallCode(const T ¶m, const U &result) in CallCode() argument 138 bool CallCode(const T ¶m, const T &result) in CallCode() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | locations_builder.cpp | 86 auto param = pinfo->GetNextLocation(inst->GetInputType(i)); in LOCATIONS_BUILDER() local 120 auto param = pinfo->GetNextLocation(inst->GetInputType(i)); in LOCATIONS_BUILDER() local 185 auto param = Location::MakeRegister(GetTarget().GetParamRegId(CallConvDynInfo::REG_METHOD)); in LOCATIONS_BUILDER() local 199 auto param in LOCATIONS_BUILDER() local 217 auto param = params->GetNextLocation(inst->GetInputType(i)); LOCATIONS_BUILDER() local 232 auto param = params->GetNextLocation(inst->GetInputType(i)); LOCATIONS_BUILDER() local [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsImportType.h | 36 explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qualifier, in TSImportType() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | catchClause.h | 41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| H A D | encoder64_test.h | 67 bool CallCode(const T ¶m, const U &result) in CallCode() argument 158 CallCode(const T ¶m, const T &result) CallCode() argument 235 CallCodeStore(uint64_t address, T param) CallCodeStore() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| H A D | codegen_test_2.cpp | 114 auto param = GetExecModule().CreateArray(arrayData, index + 1U, GetObjectAllocator()); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/ |
| H A D | test_ets_evaluate.py | 21 from pytest import fixture, mark, param namespace
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/ |
| H A D | test_mirror.py | 29 def param(a, b, op: str): function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/ |
| H A D | register_native_methods_test.cpp | 43 ets_boolean Func0(EtsEnv *env, [[maybe_unused]] ets_int param) in Func0() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | promiseVoid.cpp | 115 const auto ¶m = params.at(0); in CheckForPromiseVoid() local
|