MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / accept_r_list

Function accept_r_list

src/runtime/CL/mlgo/MLGOParser.cpp:397–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397bool accept_r_list(TokenStream &in)
398{
399 auto tok = in.peek();
400 if (tok.type == TokenType::R_List)
401 {
402 in.take();
403 return true;
404 }
405 return false;
406}
407
408void expect_r_list(TokenStream &in, bool &valid)
409{

Callers 2

expect_r_listFunction · 0.85
free_varsFunction · 0.85

Calls 2

peekMethod · 0.80
takeMethod · 0.80

Tested by

no test coverage detected