| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | public.h | 40 struct Context { struct 42 …std::function<void(public_lib::Context *context, varbinder::FunctionScope *, compiler::ProgramElem… argument 63 es2panda_ContextState state = ES2PANDA_STATE_NEW; argument 64 std::string errorMessage; 65 lexer::SourcePosition errorPos;
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-context.h | 44 struct Context { struct 45 std::string_view token; /* current token */ 46 std::vector<ark::pandasm::Token> tokens; /* token list */ 47 size_t number = 0; /* line number */ 48 bool end = false; /* end of line flag */ 49 Token::Type id = Token::Type::ID_BAD; /* current token type */ 50 … Token::Type signop = Token::Type::ID_BAD; /* current token operand type (if it is an operation) */ 51 ark::pandasm::Error err; /* current error */ 52 int64_t *maxValueOfReg = nullptr; 53 size_t insNumber = 0; [all …]
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-context.h | 43 struct Context { struct 44 std::string_view token; /* current token */ 45 std::vector<panda::pandasm::Token> tokens; /* token list */ 46 size_t number = 0; /* line number */ 47 bool end = false; /* end of line flag */ 48 Token::Type id = Token::Type::ID_BAD; /* current token type */ 49 …Token::Type signop = Token::Type::ID_BAD; /* current token operand type (if it is an operation) */ 50 panda::pandasm::Error err; /* current error */ 51 int64_t *max_value_of_reg = nullptr; 52 size_t ins_number = 0; [all …]
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | config_handler_method_groups.cpp | 50 struct Context { in RegisterConfigHandlerMethodGroups() struct 51 PandaString group; in RegisterConfigHandlerMethodGroups() 52 PandaString options; in RegisterConfigHandlerMethodGroups()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.h | 47 struct Context { struct 53 struct AsmStackContext : public base::AlignedStruct<base::AlignedPointer::Size(), argument
|
| /arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/ |
| D | config_handler_breakpoints.cpp | 39 struct Context { struct 40 PandaString method; 41 std::vector<uint32_t> offsets;
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| D | config_parse.cpp | 33 struct Context { struct 34 Section current; 35 std::vector<Section> sections;
|
| /arkcompiler/runtime_core/static_core/verification/util/parser/tests/ |
| D | parser_test.cpp | 24 struct Context {}; struct 28 const auto FOO = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anond0f866250202() argument 57 const auto BAR = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anond0f866250302() argument
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | environment.cpp | 31 struct Context { in EnvOptions() struct 32 std::string name; in EnvOptions() 33 OptionValue value; in EnvOptions()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | emitter.h | 130 const public_lib::Context *Context() const in Context() function
|
| D | codeGen.cpp | 331 public_lib::Context *CodeGen::Context() const noexcept in Context() function in ark::es2panda::compiler::CodeGen
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.h | 142 PhaseContext *Context() in Context() function
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.h | 32 class Context; variable
|
| D | linker_context_misc.cpp | 258 Context::Context(Config conf) : conf_(std::move(conf)) {} in Context() function in ark::static_linker::Context
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 105 inline CompilerContext *Context() const in Context() function
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.h | 79 [[nodiscard]] CheckerContext &Context() noexcept in Context() function
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 260 CheckerContext Context() const in Context() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 7_expressions.rst | 855 .. _Array Type Inference from Types of Elements:
|