Searched refs:TOKEN (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h16 TOKEN(Invalid) // Invalid token. Should not occur in a valid script.
17 TOKEN(Int) // Integer (decimal, octal or hexadecimal).
18 TOKEN(String) // String value.
19 TOKEN(Identifier) // Script identifier (resource name or type).
H A DResourceScriptToken.h32 #define TOKEN(Name) Name, macro
35 #undef TOKEN macro
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptToken.h46 #define TOKEN(Name) Name, macro
H A DResourceScriptToken.cpp213 #define TOKEN(Name) macro
338 #define TOKEN(Name) macro
H A Dllvm-rc.cpp612 #define TOKEN(Name) #Name, macro
H A DResourceScriptParser.cpp268 #define TOKEN(TokenName) \ macro
/netbsd-current/usr.bin/fgen/
H A Dfgen.h38 #define TOKEN struct tok macro
39 #define YY_DECL TOKEN* yylex(void)
H A Dfgen.l37 #define TOKEN struct tok
72 static TOKEN ltoken;
1082 TOKEN *token;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/caf/
H A Dmpi.c38 #define TOKEN(X) ((mpi_token_t) (X)) macro
104 free (TOKEN (caf_static_list->token)[caf_this_image-1]);
105 free (TOKEN (caf_static_list->token));
155 err = MPI_Allgather (&local, sizeof (void*), MPI_BYTE, TOKEN (*token),
236 free (TOKEN (*token)[caf_this_image-1]);
H A Dsingle.c50 #define TOKEN(X) ((caf_single_token_t) (X)) macro
174 single_token = TOKEN (*token);
201 caf_single_token_t single_token = TOKEN (*token);
208 free (TOKEN (*token));
1571 caf_single_token_t single_token = TOKEN (token);
2012 single_token = TOKEN (token);
2460 caf_single_token_t single_token = TOKEN (token);
2788 single_token = TOKEN (token);
3049 caf_single_token_t single_token = TOKEN (token);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/caf/
H A Dmpi.c38 #define TOKEN(X) ((mpi_token_t) (X)) macro
104 free (TOKEN (caf_static_list->token)[caf_this_image-1]);
105 free (TOKEN (caf_static_list->token));
155 err = MPI_Allgather (&local, sizeof (void*), MPI_BYTE, TOKEN (*token),
236 free (TOKEN (*token)[caf_this_image-1]);
H A Dsingle.c50 #define TOKEN(X) ((caf_single_token_t) (X)) macro
174 single_token = TOKEN (*token);
201 caf_single_token_t single_token = TOKEN (*token);
208 free (TOKEN (*token));
1571 caf_single_token_t single_token = TOKEN (token);
2012 single_token = TOKEN (token);
2460 caf_single_token_t single_token = TOKEN (token);
2788 single_token = TOKEN (token);
3050 caf_single_token_t single_token = TOKEN (token);
/netbsd-current/external/bsd/byacc/dist/
H A Dsymtab.c55 bp->assoc = TOKEN;
H A Dreader.c480 { "term", TOKEN },
481 { "token", TOKEN },
554 return (TOKEN);
1599 if (assoc != TOKEN)
1633 if (assoc != TOKEN)
1848 case TOKEN:
1945 rassoc[0] = TOKEN;
1946 rassoc[1] = TOKEN;
1947 rassoc[2] = TOKEN;
2478 rassoc[nrules] = TOKEN;
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-parse.y121 %token <token> FORMAT TOKEN EQUALS
190 | TOKEN
420 | optional_assignment TOKEN
434 | optional_assignment TOKEN arguments
544 argument : TOKEN
1322 return (TOKEN);
1364 return (TOKEN);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp107 TOKEN, enumerator in enum:__anon2463::LanaiOperand::KindTy
208 bool isToken() const override { return Kind == TOKEN; }
565 case TOKEN:
586 auto Op = std::make_unique<LanaiOperand>(TOKEN);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp924 #define DWKEYWORD(TYPE, TOKEN) \
928 return lltok::TOKEN; \
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp192 STRINGIFY_CODE(TYPE_CODE, TOKEN)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c855 fputs (" CAF-TOKEN", dumpfile);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc880 fputs (" CAF-TOKEN", dumpfile);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c176135 #define TOKEN macro
[all...]

Completed in 564 milliseconds