| /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/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/ets_frontend/ets2panda/public/ |
| D | public.h | 146 struct Context { struct 149 …std::function<void(public_lib::Context *context, varbinder::FunctionScope *, compiler::ProgramElem… argument 151 ArenaAllocator *Allocator() const in Allocator() 157 T *AllocNode(Args &&...args) in AllocNode() 163 …AbcForExternal(std::unordered_set<std::string> &genAbcList, public_lib::ExternalSource &extSources) in MarkGenAbcForExternal() 214 es2panda_ContextState state = ES2PANDA_STATE_NEW; argument 215 std::string errorMessage; 216 lexer::SourcePosition errorPos; 219 ExternalSources externalSources; 221 std::vector<std::string> sourceFileNames;
|
| /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 | 41 struct Context { struct 50 // | callFrameTop_ | stackContext 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/util/parser/tests/ |
| D | parser_test.cpp | 24 struct Context {}; struct 28 const auto FOO = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anon255a47c70202() argument 57 const auto BAR = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anon255a47c70302() argument
|
| /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/tests/ |
| D | environment.cpp | 32 struct Context { in EnvOptions() struct 33 std::string name; in EnvOptions() 34 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 | 333 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 | 148 PhaseContext *Context() in Context() function
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/ |
| D | Context.ts | 21 class Context { class
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.h | 114 public_lib::Context *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/ets2panda/bindings/src/ |
| D | types.ts | 88 export class Context extends ArktsObject { class
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 105 inline CompilerContext *Context() const in Context() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 15_semantics.rst | 155 .. _Specifics of Numeric Operator Contexts:
|
| D | 7_expressions.rst | 934 .. _Array Type Inference from Types of Elements:
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/src/ |
| D | types.ts | 53 Context: { property
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.h | 82 [[nodiscard]] CheckerContext &Context() noexcept in Context() function
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 260 CheckerContext Context() const in Context() function
|