Lines Matching full:context
22 void Context::Make(const std::vector<panda::pandasm::Token> &t) in Make()
40 size_t Context::Len() const in Len()
45 bool Context::ValidateRegisterName(char c, size_t n) const in ValidateRegisterName()
74 bool Context::ValidateParameterName(size_t number_of_params_already_is) const in ValidateParameterName()
93 std::string_view Context::GiveToken() in GiveToken()
98 Token::Type Context::Next() in Next()
107 void Context::UpSignOperation() in UpSignOperation()
112 Token::Type Context::WaitFor() in WaitFor()
117 bool Context::Mask() in Mask()
122 bool Context::NextMask() in NextMask()
132 Token::Type Context::operator++(int) in operator ++()
150 Token::Type Context::operator++() in operator ++()
167 Token::Type Context::operator--(int) in operator --()
187 Token::Type Context::operator--() in operator --()
205 Token::Type Context::operator*() in operator *()