Lines Matching full:context
21 void Context::Make(const std::vector<panda::pandasm::Token> &t) in Make()
39 size_t Context::Len() const in Len()
44 bool Context::ValidateRegisterName(char c, size_t n) const in ValidateRegisterName()
73 bool Context::ValidateParameterName(size_t number_of_params_already_is) const in ValidateParameterName()
92 std::string_view Context::GiveToken() in GiveToken()
97 Token::Type Context::Next() in Next()
106 void Context::UpSignOperation() in UpSignOperation()
111 Token::Type Context::WaitFor() in WaitFor()
116 bool Context::Mask() in Mask()
121 bool Context::NextMask() in NextMask()
131 Token::Type Context::operator++(int) in operator ++()
149 Token::Type Context::operator++() in operator ++()
166 Token::Type Context::operator--(int) in operator --()
186 Token::Type Context::operator--() in operator --()
204 Token::Type Context::operator*() in operator *()