Searched defs:Context (Results 1 – 7 of 7) 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 …]
38 struct Context { struct44 struct AsmStackContext : public base::AlignedStruct<base::AlignedPointer::Size(), argument
52 function Context(input) { class
639 interface Context { interface
642 interface Context { interface
105 inline CompilerContext *Context() const in Context() function
260 CheckerContext Context() const in Context() function