Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptTokenList.def16 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 DResourceScriptToken.h46 #define TOKEN(Name) Name, macro
H A DResourceScriptToken.cpp213 #define TOKEN(Name) in consumeToken() macro
338 #define TOKEN(Name) in classifyCurrentToken() macro
H A Dllvm-rc.cpp612 #define TOKEN(Name) #Name, in doRc() macro
H A DResourceScriptParser.cpp268 #define TOKEN(TokenName) \ in consumeType() macro
/netbsd-src/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
/netbsd-src/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]); 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 Dsingle.c50 #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 Dmpi.c38 #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 Dsingle.c50 #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 Dfgen.h38 #define TOKEN struct tok macro
39 #define YY_DECL TOKEN* yylex(void)
H A Dfgen.l72 static TOKEN ltoken;
1082 TOKEN *token;
/netbsd-src/crypto/external/bsd/libsaslc/dist/test/session_tests/anonymous/
H A Dtest1.in3 TOKEN test
/netbsd-src/external/bsd/byacc/dist/
H A Dsymtab.c55 bp->assoc = TOKEN; in make_bucket()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp107 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 DLLLexer.cpp924 #define DWKEYWORD(TYPE, TOKEN) \ in LexIdentifier() argument
928 return lltok::TOKEN; \ in LexIdentifier()
/netbsd-src/crypto/external/bsd/libsaslc/dist/doc/
H A Dlibrary.txt182 saslc_sess_setprop(sess, "TOKEN", "foo@bar.com");
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp192 STRINGIFY_CODE(TYPE_CODE, TOKEN) in GetCodeName()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2014604 (TOKEN): New define.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.info5537 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 Dgfortran.info5843 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 DChangeLog-1999-20031350 * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/mi/
H A DChangeLog-1999-20031350 * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19962227 (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN

123