Home
last modified time | relevance | path

Searched refs:namespace (Results 1 - 25 of 3239) sorted by relevance

12345678910>>...130

/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DclassBuilder.h23 namespace ark::panda_file {
25 } // namespace ark::panda_file
27 namespace ark::es2panda::parser {
29 } // namespace ark::es2panda::parser
31 namespace ark::es2panda::checker {
33 } // namespace ark::es2panda::checker
35 namespace ark::es2panda::ir {
38 } // namespace ark::es2panda::ir
40 namespace ark::es2panda::ir {
43 } // namespace ar
[all...]
H A DmethodBuilder.h24 namespace ark::panda_file {
26 } // namespace ark::panda_file
28 namespace ark::panda_file {
30 } // namespace ark::panda_file
32 namespace ark::es2panda::ir {
42 } // namespace ark::es2panda::ir
44 namespace ark::es2panda::checker {
46 } // namespace ark::es2panda::checker
48 namespace ark::es2panda::evaluate {
98 } // namespace ar
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A Dconcurrent.h21 namespace panda::es2panda::compiler {
23 } // namespace panda::es2panda::compiler
25 namespace panda::es2panda::ir {
29 } // namespace panda::es2panda::ir
31 namespace panda::es2panda::binder {
33 } // namespace panda::es2panda::binder
35 namespace panda::es2panda::lexer {
37 } // namespace panda::es2panda::lexer
39 namespace panda::es2panda::parser {
43 namespace pand
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_phase.h19 namespace maple {
21 namespace maplebe {
22 using namespace maple;
24 } /* namespace maplebe */
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dconstants.h19 namespace panda {
20 namespace ecmascript {
21 namespace Constants {
29 } // namespace Constants
30 } // namespace AbilityBase
31 } // namespace OHOS
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
H A Dbase.py30 def __new__(mcls, name: str, bases: Tuple[type], namespace: dict[str, Any], module: Any = None, **kwargs: Any):
31 namespace = {
32 **namespace,
36 namespace["__module__"] = module
37 return super().__new__(mcls, name, bases, namespace, **kwargs)
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DirCheckHelper.h22 namespace ark::es2panda::checker {
24 } // namespace ark::es2panda::checker
26 namespace ark::es2panda::ir {
28 } // namespace ark::es2panda::ir
30 namespace ark::es2panda::parser {
32 } // namespace ark::es2panda::parser
34 namespace ark::es2panda::varbinder {
37 } // namespace ark::es2panda::varbinder
39 namespace ark::es2panda::evaluate {
104 } // namespace ar
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall.h24 namespace ark {
26 } // namespace ark
28 namespace ark::mem {
30 } // namespace ark::mem
32 namespace ark::ets {
36 } // namespace ark::ets
38 namespace ark::ets::interop::js {
67 } // namespace ark::ets::interop::js
/arkcompiler/ets_runtime/compiler_service/include/
H A Daot_compiler_constants.h25 namespace OHOS::ArkCompiler {
26 namespace Cmds {
28 } // namespace Cmds
30 namespace ArgsIdx {
36 } // namespace ArgsIdx
38 namespace Symbols {
41 } // namespace Symbols
200 } // namespace OHOS::ArkCompiler
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforInStatement.h21 namespace panda::es2panda::compiler {
23 } // namespace panda::es2panda::compiler
25 namespace panda::es2panda::checker {
28 } // namespace panda::es2panda::checker
30 namespace panda::es2panda::binder {
32 } // namespace panda::es2panda::binder
34 namespace panda::es2panda::ir {
87 } // namespace panda::es2panda::ir
H A DblockStatement.h21 namespace panda::es2panda::compiler {
23 } // namespace panda::es2panda::compiler
25 namespace panda::es2panda::checker {
28 } // namespace panda::es2panda::checker
30 namespace panda::es2panda::binder {
32 } // namespace panda::es2panda::binder
34 namespace panda::es2panda::ir {
66 } // namespace panda::es2panda::ir
H A DwhileStatement.h21 namespace panda::es2panda::compiler {
23 } // namespace panda::es2panda::compiler
25 namespace panda::es2panda::checker {
28 } // namespace panda::es2panda::checker
30 namespace panda::es2panda::binder {
32 } // namespace panda::es2panda::binder
34 namespace panda::es2panda::ir {
76 } // namespace panda::es2panda::ir
H A DdoWhileStatement.h21 namespace panda::es2panda::compiler {
23 } // namespace panda::es2panda::compiler
25 namespace panda::es2panda::checker {
28 } // namespace panda::es2panda::checker
30 namespace panda::es2panda::binder {
32 } // namespace panda::es2panda::binder
34 namespace panda::es2panda::ir {
76 } // namespace panda::es2panda::ir
H A DloopStatement.h21 namespace panda::es2panda::binder {
23 } // namespace panda::es2panda::binder
25 namespace panda::es2panda::compiler {
27 } // namespace panda::es2panda::compiler
29 namespace panda::es2panda::checker {
32 } // namespace panda::es2panda::checker
34 namespace panda::es2panda::ir {
70 } // namespace panda::es2panda::ir
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DcatchClause.h21 namespace panda::es2panda::compiler {
23 } // namespace panda::es2panda::compiler
25 namespace panda::es2panda::checker {
28 } // namespace panda::es2panda::checker
30 namespace panda::es2panda::binder {
32 } // namespace panda::es2panda::binder
34 namespace panda::es2panda::ir {
83 } // namespace panda::es2panda::ir
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTypeAliasDeclaration.h21 namespace panda::es2panda::binder {
23 } // namespace panda::es2panda::binder
25 namespace panda::es2panda::compiler {
27 } // namespace panda::es2panda::compiler
29 namespace panda::es2panda::checker {
32 } // namespace panda::es2panda::checker
34 namespace panda::es2panda::ir {
83 } // namespace panda::es2panda::ir
H A DtsTypeParameterDeclaration.h21 namespace panda::es2panda::binder {
23 } // namespace panda::es2panda::binder
25 namespace panda::es2panda::compiler {
27 } // namespace panda::es2panda::compiler
29 namespace panda::es2panda::checker {
32 } // namespace panda::es2panda::checker
34 namespace panda::es2panda::ir {
75 } // namespace panda::es2panda::ir
H A DtsTypeReference.h21 namespace panda::es2panda::binder {
24 } // namespace panda::es2panda::binder
26 namespace panda::es2panda::compiler {
28 } // namespace panda::es2panda::compiler
30 namespace panda::es2panda::checker {
33 } // namespace panda::es2panda::checker
35 namespace panda::es2panda::ir {
67 } // namespace panda::es2panda::ir
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.h21 namespace ark::es2panda::parser {
23 } // namespace ark::es2panda::parser
25 namespace ark::es2panda::varbinder {
27 } // namespace ark::es2panda::varbinder
29 namespace ark::es2panda::ir {
31 } // namespace ark::es2panda::ir
33 namespace ark::es2panda::checker {
37 } // namespace ark::es2panda::checker
39 namespace ark::pandasm {
44 } // namespace ar
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dllvm_optimizer.h23 namespace llvm {
26 } // namespace llvm
28 namespace ark::llvmbackend {
30 } // namespace ark::llvmbackend
32 namespace ark::llvmbackend {
49 } // namespace ark::llvmbackend
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Ddiscard_inline_module.h21 namespace ark::llvmbackend {
23 } // namespace ark::llvmbackend
25 namespace llvm {
27 } // namespace llvm
29 namespace ark::llvmbackend::passes {
47 } // namespace ark::llvmbackend::passes
H A Dmark_inline_module.h21 namespace ark::llvmbackend {
23 } // namespace ark::llvmbackend
25 namespace llvm {
27 } // namespace llvm
29 namespace ark::llvmbackend::passes {
45 } // namespace ark::llvmbackend::passes
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dinsert_safepoints.h21 namespace ark::llvmbackend {
23 } // namespace ark::llvmbackend
25 namespace ark::llvmbackend {
27 } // namespace ark::llvmbackend
29 namespace ark::llvmbackend::passes {
44 } // namespace ark::llvmbackend::passes
H A Dcheck_external.h21 namespace ark::llvmbackend {
23 } // namespace ark::llvmbackend
25 namespace llvm {
28 } // namespace llvm
30 namespace ark::llvmbackend::passes {
47 } // namespace ark::llvmbackend::passes
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm_api.h24 namespace ark {
25 namespace base_options {
27 } // namespace base_options
30 } // namespace ark
32 namespace ark::ets {
45 } // namespace ark::ets

Completed in 7 milliseconds

12345678910>>...130