Home
last modified time | relevance | path

Searched defs:prev_token (Results 1 – 3 of 3) sorted by relevance

/external/yapf/yapf/yapflib/
Dunwrapped_line.py373 def _MustBreakBefore(prev_token, cur_token): argument
390 def _CanBreakBefore(prev_token, cur_token): argument
466 def _SplitPenalty(prev_token, cur_token): argument
Dreformatter.py593 def _NoBlankLinesBeforeCurrentToken(text, cur_token, prev_token): argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c715 struct tgsi_token *prev_token, in tgsi_build_instruction_label()
748 struct tgsi_token *prev_token, in tgsi_build_instruction_texture()
783 struct tgsi_token *prev_token, in tgsi_build_instruction_memory()
818 struct tgsi_token *prev_token, in tgsi_build_texture_offset()
1068 struct tgsi_token *prev_token; in tgsi_build_full_instruction() local