Searched refs:token_end (Results 1 – 5 of 5) sorted by relevance
110 char *token_start, *token_end; in args_from_string() local154 token_end = scan_string; in args_from_string()162 token_end = scan_string; in args_from_string()173 token_end = balanced ? (scan_string - 1) : scan_string; in args_from_string()182 token_end = scan_string; in args_from_string()223 token_end = scan_string; in args_from_string()226 accumulate_token (&accumulator, substring (token_start, token_end)); in args_from_string()
26 E = Rewriter.token_end(); I != E; ++I) { in DoRewriteTest()36 E = Rewriter.token_end(); I != E; ++I) in DoRewriteTest()
59 token_iterator token_end() const { return TokenList.end(); } in token_end() function64 assert(I != token_end() && "Cannot insert after token_end()!"); in AddTokenAfter()
382 const char *token_end, in _expand_token() argument391 if (token[0] != '%' || token[1] != '{' || token_end[0] != '}' || in _expand_token()392 token_end - token <= 2) { in _expand_token()399 if (strncmp(token+2, p[0], (token_end - token) - 2) == 0) in _expand_token()404 if (!strncmp(token+2, tokens[i].tok, (token_end - token) - 2)) in _expand_token()
59 if (I == token_end()) return TokenList.end(); in RemapIterator()