Searched defs:Context (Results 1 – 11 of 11) sorted by relevance
43 struct Context { struct44 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 …]
50 struct Context { in RegisterConfigHandlerMethodGroups() struct51 PandaString group; in RegisterConfigHandlerMethodGroups()52 PandaString options; in RegisterConfigHandlerMethodGroups()
58 using Context = PandaVector<PandaString>; in LiteralsParser() local
37 struct Context { struct43 struct AsmStackContext : public base::AlignedStruct<base::AlignedPointer::Size(), argument
32 struct Context { struct33 Section current;34 std::vector<Section> sections;
24 struct Context { struct28 static const auto FOO = [](action act, [[maybe_unused]] Context &, auto &it) { in __anon3578ab070202() argument56 static const auto BAR = [](action act, [[maybe_unused]] Context &, auto &it) { in __anon3578ab070302() argument
40 struct Context { struct41 PandaString Method;42 std::vector<uint32_t> Offsets;
30 struct Context { in EnvOptions() struct31 std::string name; in EnvOptions()32 OptionValue value; in EnvOptions()
48 bool Context = false; member
104 inline CompilerContext *Context() const in Context() function
260 CheckerContext Context() const in Context() function