Home
last modified time | relevance | path

Searched refs:tokenize (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py46 from cpp import tokenize
583 type_name.append(tokenize.Token(tokenize.SYNTAX, ' ', 0, 0))
739 if token.token_type == tokenize.NAME:
755 syntax = tokenize.SYNTAX
767 last_token = tokenize.Token(tokenize.SYNTAX, ';', 0, 0)
988 name = tokenize.Token(tokenize.NAME, 'operator[]',
1138 seq_copy.append(tokenize.Token(tokenize.SYNTAX, '', 0, 0))
1244 struct = tokenize.Token(tokenize.NAME, 'struct',
1432 if token.token_type == tokenize.NAME:
1568 if token.token_type == tokenize.NAME:
[all …]
/freebsd-13.1/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl90 sub tokenize { # split on white space and parentheses (but not within token) subroutine
118 my @KEYTOKEN = tokenize($_);
/freebsd-13.1/crypto/openssl/
H A DConfigure1893 my @x = tokenize($2);
1902 my @x = tokenize($2);
1911 my @x = tokenize($2);
1920 my @x = tokenize($2);
1926 => sub { push @extra, tokenize($1)
1929 => sub { push @overrides, tokenize($1)
1933 => sub { push @{$ordinals{$1}}, tokenize($2)
1936 => sub { push @{$sources{$1}}, tokenize($2)
1942 => sub { push @{$includes{$1}}, tokenize($2)
1945 => sub { push @{$depends{$1}}, tokenize($2)
[all …]
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.h65 llvm::opt::InputArgList parse(StringRef s) { return parse(tokenize(s)); } in parse()
76 std::vector<const char *> tokenize(StringRef s);
H A DDriverUtils.cpp920 std::vector<const char *> v = tokenize(*s); in addLINK()
924 std::vector<const char *> v = tokenize(*s); in addLINK()
929 std::vector<const char *> ArgParser::tokenize(StringRef s) { in tokenize() function in lld::coff::ArgParser
/freebsd-13.1/sbin/devfs/
H A Dextern.h54 void tokenize(const char *, int *, char ***);
H A Ddevfs.c186 tokenize(const char *line, int *acp, char ***avp) in tokenize() function
H A Drule.c300 tokenize(str, &ac, &av); in rulespec_instr()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h26 void tokenize(MemoryBufferRef mb);
H A DScriptLexer.cpp91 ScriptLexer::ScriptLexer(MemoryBufferRef mb) { tokenize(mb); } in ScriptLexer()
106 void ScriptLexer::tokenize(MemoryBufferRef mb) { in tokenize() function in ScriptLexer
H A DScriptParser.cpp379 tokenize(*mb); in readInclude()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h407 std::vector<syntax::Token> tokenize(FileID FID, const SourceManager &SM,
414 tokenize(const FileRange &FR, const SourceManager &SM, const LangOptions &LO);
/freebsd-13.1/tools/tools/notescheck/
H A Dnotescheck.py218 def tokenize(line): function
249 words = tokenize(line)
/freebsd-13.1/contrib/ntp/sntp/libopts/
H A DMakefile.am63 text_mmap.c time.c tokenize.c \
H A DMakefile.in479 tokenize.c usage.c version.c
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp529 std::vector<syntax::Token> syntax::tokenize(const FileRange &FR, in tokenize() function in syntax
562 std::vector<syntax::Token> syntax::tokenize(FileID FID, const SourceManager &SM, in tokenize() function in syntax
564 return tokenize(syntax::FileRange(FID, 0, SM.getFileIDSize(FID)), SM, LO); in tokenize()
837 File.SpelledTokens = tokenize(FID, SM, LangOpts); in buildSpelledTokens()
H A DTree.cpp46 auto It = ExtraTokens.try_emplace(FID, tokenize(FID, SourceMgr, LangOpts)); in lexBuffer()
/freebsd-13.1/contrib/tcsh/
H A Dsrc.desc60 tw.parse.c: All the listing and completion. Tries to tokenize the line
/freebsd-13.1/contrib/googletest/googlemock/
H A DMakefile.am157 scripts/generator/cpp/tokenize.py \
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc.c83 static void tokenize (const char *, char **, int *);
1164 tokenize(cmdline, tokens, &ntok); in docmd()
1273 tokenize( in tokenize() function
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.c197 static void tokenize (const char *, char **, int *);
1615 tokenize(cmdline, tokens, &ntok); in docmd()
1714 tokenize( in tokenize() function
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_hw_queues.c1197 tokenize(const char *s, tok_t *tok) in tokenize() function
1618 ((s = tokenize(s, &tokarray.tokens[tokarray.inuse_count]))) != NULL; ) { in ocs_hw_qtop_parse()
/freebsd-13.1/contrib/ntp/
H A DCommitLog138166 Delete: libopts/tokenize.c
138797 Rename: libopts/tokenize.c -> BitKeeper/deleted/13/tokenize.c~c52b9718bf168782
168880 Rename: gsoc_sntp/libopts/tokenize.c -> sntp/libopts/tokenize.c
169579 libopts/tokenize[email protected] +2 -2
171632 Delete: libopts/tokenize.c
172158 libopts/tokenize[email protected] +0 -0
185116 bk cp tokenize.c ../gsoc_sntp/libopts/tokenize.c
196297 Delete: libopts/tokenize.c
196528 libopts/tokenize[email protected] +0 -0
197507 Delete: libopts/tokenize.c
[all …]
H A DCommitLog-4.1.04623 * ntpdc/ntpdc.c (tokenize): Define cp as const char *, remove
H A DChangeLog1124 * [Sec 2630] buffer overrun in ntpq tokenize().