| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptTokenList.def | 16 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). 20 TOKEN(LineComment) // Beginning of single-line comment. 21 TOKEN(StartComment) // Beginning of multi-line comment. 38 #undef TOKEN
|
| H A D | ResourceScriptToken.h | 46 #define TOKEN(Name) Name, macro
|
| H A D | ResourceScriptToken.cpp | 213 #define TOKEN(Name) in consumeToken() macro 338 #define TOKEN(Name) in classifyCurrentToken() macro
|
| H A D | llvm-rc.cpp | 612 #define TOKEN(Name) #Name, in doRc() macro
|
| H A D | ResourceScriptParser.cpp | 268 #define TOKEN(TokenName) \ in consumeType() macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceScriptTokenList.h | 16 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 D | ResourceScriptToken.h | 32 #define TOKEN(Name) Name, macro 35 #undef TOKEN
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/caf/ |
| H A D | mpi.c | 38 #define TOKEN(X) ((mpi_token_t) (X)) macro 104 free (TOKEN (caf_static_list->token)[caf_this_image-1]); in _gfortran_caf_finalize() 105 free (TOKEN (caf_static_list->token)); in _gfortran_caf_finalize() 155 err = MPI_Allgather (&local, sizeof (void*), MPI_BYTE, TOKEN (*token), in _gfortran_caf_register() 236 free (TOKEN (*token)[caf_this_image-1]); in _gfortran_caf_deregister()
|
| H A D | single.c | 50 #define TOKEN(X) ((caf_single_token_t) (X)) macro 174 single_token = TOKEN (*token); in _gfortran_caf_register() 201 caf_single_token_t single_token = TOKEN (*token); in _gfortran_caf_deregister() 208 free (TOKEN (*token)); in _gfortran_caf_deregister() 1571 caf_single_token_t single_token = TOKEN (token); in _gfortran_caf_get_by_ref() 2012 single_token = TOKEN (token); in _gfortran_caf_get_by_ref() 2460 caf_single_token_t single_token = TOKEN (token); in _gfortran_caf_send_by_ref() 2788 single_token = TOKEN (token); in _gfortran_caf_send_by_ref() 3049 caf_single_token_t single_token = TOKEN (token); in _gfortran_caf_is_present()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/ |
| H A D | mpi.c | 38 #define TOKEN(X) ((mpi_token_t) (X)) macro 104 free (TOKEN (caf_static_list->token)[caf_this_image-1]); in _gfortran_caf_finalize() 105 free (TOKEN (caf_static_list->token)); in _gfortran_caf_finalize() 155 err = MPI_Allgather (&local, sizeof (void*), MPI_BYTE, TOKEN (*token), in _gfortran_caf_register() 236 free (TOKEN (*token)[caf_this_image-1]); in _gfortran_caf_deregister()
|
| H A D | single.c | 50 #define TOKEN(X) ((caf_single_token_t) (X)) macro 174 single_token = TOKEN (*token); in _gfortran_caf_register() 201 caf_single_token_t single_token = TOKEN (*token); in _gfortran_caf_deregister() 208 free (TOKEN (*token)); in _gfortran_caf_deregister() 1571 caf_single_token_t single_token = TOKEN (token); in _gfortran_caf_get_by_ref() 2012 single_token = TOKEN (token); in _gfortran_caf_get_by_ref() 2460 caf_single_token_t single_token = TOKEN (token); in _gfortran_caf_send_by_ref() 2788 single_token = TOKEN (token); in _gfortran_caf_send_by_ref() 3050 caf_single_token_t single_token = TOKEN (token); in _gfortran_caf_is_present()
|
| /netbsd-src/usr.bin/fgen/ |
| H A D | fgen.h | 38 #define TOKEN struct tok macro 39 #define YY_DECL TOKEN* yylex(void)
|
| H A D | fgen.l | 72 static TOKEN ltoken; 1082 TOKEN *token;
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/test/session_tests/anonymous/ |
| H A D | test1.in | 3 TOKEN test
|
| /netbsd-src/external/bsd/byacc/dist/ |
| H A D | symtab.c | 55 bp->assoc = TOKEN; in make_bucket()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 107 TOKEN, enumerator 208 bool isToken() const override { return Kind == TOKEN; } in isToken() 565 case TOKEN: in print() 586 auto Op = std::make_unique<LanaiOperand>(TOKEN); in CreateToken()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 924 #define DWKEYWORD(TYPE, TOKEN) \ in LexIdentifier() argument 928 return lltok::TOKEN; \ in LexIdentifier()
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/doc/ |
| H A D | library.txt | 182 saslc_sess_setprop(sess, "TOKEN", "foo@bar.com");
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 192 STRINGIFY_CODE(TYPE_CODE, TOKEN) in GetCodeName()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2014 | 604 (TOKEN): New define.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | gfortran.info | 5537 TOKEN needs to be registered by a previous call with regtype 5552 TOKEN intent(out) An opaque pointer identifying the 5601 TOKEN the token to free. 5633 TOKEN An opaque pointer identifying the coarray. 5658 TOKEN intent(in) An opaque pointer identifying the 5721 TOKEN intent(in) An opaque pointer identifying the 5860 TOKEN intent(in) An opaque pointer identifying the 5929 TOKEN intent(in) An opaque pointer identifying the 6083 TOKEN intent(in) An opaque pointer identifying the 6119 TOKEN intent(in) An opaque pointer identifying the [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | gfortran.info | 5843 TOKEN needs to be registered by a previous call with regtype 5858 TOKEN intent(out) An opaque pointer identifying the 5907 TOKEN the token to free. 5939 TOKEN An opaque pointer identifying the coarray. 5964 TOKEN intent(in) An opaque pointer identifying the 6027 TOKEN intent(in) An opaque pointer identifying the 6166 TOKEN intent(in) An opaque pointer identifying the 6235 TOKEN intent(in) An opaque pointer identifying the 6389 TOKEN intent(in) An opaque pointer identifying the 6425 TOKEN intent(in) An opaque pointer identifying the [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/mi/ |
| H A D | ChangeLog-1999-2003 | 1350 * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/mi/ |
| H A D | ChangeLog-1999-2003 | 1350 * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-1996 | 2227 (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
|