Home
last modified time | relevance | path

Searched defs:param (Results 1 - 25 of 100) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_verifier_getter_setter_neg_test.cpp202 auto *param = checker.AllocNode<ETSParameterExpression>(ident, nullptr); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DcatchClauseBuilder.h29 CatchClauseBuilder &SetParam(Expression *param) in SetParam() argument
H A DtsImportTypeBuilder.h29 TSImportTypeBuilder &SetParam(Expression *param) in SetParam() argument
H A DtsIndexSignatureBuilder.h29 TSIndexSignatureBuilder &SetParam(Expression *param) in SetParam() argument
H A DtsTypeParameterDeclarationBuilder.h32 TSTypeParameterDeclarationBuilder &AddParam(TSTypeParameter *param) in AddParam() argument
H A DtsTypeParameterInstantiationBuilder.h38 TSTypeParameterInstantiationBuilder &AddParams(TypeNode *param) in AddParams() argument
/arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/
H A Dglobalclass_fuzzer.cpp32 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 Dreg_alloc_graph_coloring_test.cpp27 SpillFillData GetParameterSpillFilll(Inst *param) in GetParameterSpillFilll() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_graph_coloring_test.cpp28 SpillFillData GetParameterSpillFilll(Inst *param) in GetParameterSpillFilll() argument
H A Dasm_caller.cpp33 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 DcatchClause.h28 explicit CatchClause(Expression *param, BlockStatement *body) in CatchClause() argument
H A DtsIndexSignature.h36 explicit TSIndexSignature(Expression *const param, TypeNode *const typeAnnotation, bool const readonly) in TSIndexSignature() argument
H A DtsIndexSignature.cpp84 auto *const param = param_ != nullptr ? param_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeParameterDeclaration.h59 void AddParam(TSTypeParameter *param) in AddParam() argument
H A DtsImportType.h26 explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qualifier, in TSImportType() argument
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test.h126 bool CallCode(const T &param, const U &result) in CallCode() argument
138 bool CallCode(const T &param, const T &result) in CallCode() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlocations_builder.cpp86 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 DtsImportType.h36 explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qualifier, in TSImportType() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DcatchClause.h41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause() argument
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test.h67 bool CallCode(const T &param, const U &result) in CallCode() argument
158 CallCode(const T &param, 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 Dcodegen_test_2.cpp114 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 Dtest_ets_evaluate.py21 from pytest import fixture, mark, param namespace
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
H A Dtest_mirror.py29 def param(a, b, op: str): function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/
H A Dregister_native_methods_test.cpp43 ets_boolean Func0(EtsEnv *env, [[maybe_unused]] ets_int param) in Func0() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DpromiseVoid.cpp115 const auto &param = params.at(0); in CheckForPromiseVoid() local

Completed in 14 milliseconds

1234