Home
last modified time | relevance | path

Searched refs:consume_positionals (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/utils/
Dargparse.py1880 def consume_positionals(start_index): function
1914 positionals_end_index = consume_positionals(start_index)
1935 stop_index = consume_positionals(start_index)
/external/python/cpython2/Lib/
Dargparse.py1891 def consume_positionals(start_index): function
1925 positionals_end_index = consume_positionals(start_index)
1946 stop_index = consume_positionals(start_index)
/external/python/cpython3/Lib/
Dargparse.py2008 def consume_positionals(start_index): function
2042 positionals_end_index = consume_positionals(start_index)
2063 stop_index = consume_positionals(start_index)