Home
last modified time | relevance | path

Searched refs:_scan (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py1405 def _scan(string): function
1499 tokens = collections.deque(_scan(string))
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp777 SKIP_SCAN(unsigned _skip = 0, unsigned _scan = 0) in SKIP_SCAN() argument
778 : skip(_skip), scan(_scan) {} in SKIP_SCAN()