Home
last modified time | relevance | path

Searched defs:source (Results 1 - 25 of 237) sorted by relevance

12345678910

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dirbuilder_test.cpp22 auto source = R"( in TEST_F() local
62 auto source = R"( in TEST_F() local
104 auto source = R"( in TEST_F() local
H A Dbytecodeopt_peepholes_test.cpp26 auto source = R"( in TEST_F() local
59 auto source = R"( in TEST_F() local
H A Dbitops_bitwise_and_test.cpp27 auto source = R"( in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DboxingConverter.cpp24 checker::ETSObjectType *BoxingConverter::ETSTypeFromSource(ETSChecker const *checker, Type const *source) in ETSTypeFromSource() argument
H A DnarrowingWideningConverter.h25 explicit NarrowingWideningConverter(ETSChecker *checker, TypeRelation *relation, Type *target, Type *source) in NarrowingWideningConverter() argument
H A DboxingConverter.h25 BoxingConverter(ETSChecker *checker, TypeRelation *relation, Type *source) in BoxingConverter() argument
37 BoxingConverter(ETSChecker *checker, TypeRelation *relation, Type *source, Type *target) in BoxingConverter() argument
H A DunboxingConverter.h26 UnboxingConverter(ETSChecker *checker, TypeRelation *relation, Type *source) in UnboxingConverter() argument
38 UnboxingConverter(ETSChecker *checker, TypeRelation *relation, Type *source, Type *target) in UnboxingConverter() argument
H A DcastingContext.h27 checker::Type *source; member
H A DwideningConverter.h26 explicit WideningConverter(ETSChecker *checker, TypeRelation *relation, Type *target, Type *source) in WideningConverter() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dcall_input_types_test.cpp37 auto source = R"( in TEST_F() local
59 auto source = R"( in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dcall_input_types_test.cpp37 auto source = R"( in TEST_F() local
59 auto source = R"( in TEST_F() local
78 auto source = R"( in TEST_F() local
H A Dtry_catch_resolving_test.cpp45 auto source = R"( in TEST_F() local
108 auto source = R"( in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsExtensionFuncHelperType.cpp37 void ETSExtensionFuncHelperType::AssignmentTarget(TypeRelation *relation, Type *source) in AssignmentTarget() argument
H A DetsBigIntType.cpp29 void ETSBigIntType::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *source) in AssignmentTarget() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DimportExpression.h30 explicit ImportExpression(Expression *source) : Expression(AstNodeType::IMPORT_EXPRESSION), source_(source) {} in ImportExpression() argument
/arkcompiler/toolchain/tooling/base/
H A Dpt_script.cpp21 PtScript::PtScript(ScriptId scriptId, const std::string &fileName, const std::string &url, const std::string &source) in PtScript() argument
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dbitops_bitwise_and_test.cpp26 auto source = R"( in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DunionType.cpp32 bool UnionType::EachTypeRelatedToSomeType(TypeRelation *relation, UnionType *source, UnionType *target) in EachTypeRelatedToSomeType() argument
38 bool UnionType::TypeRelatedToSomeType(TypeRelation *relation, Type *source, UnionType *target) in TypeRelatedToSomeType() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DexportAllDeclarationBuilder.h29 ExportAllDeclarationBuilder &SetSource(StringLiteral *source) in SetSource() argument
H A DimportExpressionBuilder.h29 ImportExpressionBuilder &SetSource(StringLiteral *source) in SetSource() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DimportExpression.h35 explicit ImportExpression(Expression *source, ObjectExpression *importAssertion) in ImportExpression() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DunionType.cpp33 bool UnionType::EachTypeRelatedToSomeType(TypeRelation *relation, UnionType *source, UnionType *target) in EachTypeRelatedToSomeType() argument
39 bool UnionType::TypeRelatedToSomeType(TypeRelation *relation, Type *source, UnionType *target) in TypeRelatedToSomeType() argument
/arkcompiler/toolchain/websocket/
H A Dhandshake_helper.cpp43 bool WebSocketKeyEncoder::EncodeKey(const unsigned char *source, size_t length, in EncodeKey() argument
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dpipe.cpp50 std::optional<Error> Dup2(const UniqueFd &source, const UniqueFd &target) in Dup2() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dget_test_class.cpp25 EtsClass *GetTestClass(const char *source, const char *className, const std::string &sourceFilename) in GetTestClass() argument

Completed in 10 milliseconds

12345678910