Searched refs:identifier (Results 51 - 75 of 111) sorted by relevance

12345

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
31 TokenID = tok::identifier;
58 /// \brief A simple identifier lookup iterator that represents an
78 // Populate the identifier table with info about keywords for the current
149 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
253 /// PrintStats - Print statistics about how well the identifier table is doing
262 // TODO: Figure out maximum times an identifier had to probe for -stats.
276 fprintf(stderr, "Ave identifier length: %f\n",
278 fprintf(stderr, "Max identifier length: %d\n", MaxIdentifierLength);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp44 /// 'inline'[opt] 'namespace' identifier attributes[opt]
52 /// 'namespace' identifier '=' qualified-namespace-specifier ';'
75 if (Tok.is(tok::identifier)) {
77 IdentLoc = ConsumeToken(); // eat the identifier.
78 while (Tok.is(tok::coloncolon) && NextToken().is(tok::identifier)) {
249 if (SS.isInvalid() || Tok.isNot(tok::identifier)) {
256 // Parse identifier.
406 if (SS.isInvalid() || Tok.isNot(tok::identifier)) {
414 // Parse identifier.
445 /// 'using' identifier attribut
[all...]
H A DParseStmt.cpp81 /// identifier ':' statement
98 /// 'goto' identifier ';'
134 nextTok.is(tok::identifier) || nextTok.is(tok::star) ||
137 nextTok.is(tok::identifier) ||
140 nextTok.is(tok::identifier) ||
187 case tok::identifier: {
190 // identifier ':' statement
194 // Look up the identifier, and typo-correct it to a keyword if it's not
210 // If the identifier was typo-corrected, try again.
211 if (Tok.isNot(tok::identifier))
[all...]
H A DParseCXXInlineMethods.cpp728 if (Tok.is(tok::identifier) || Tok.is(tok::kw_template)) {
973 // identifier, an operator-function-id, or a literal-operator-id.
1002 // 'template' identifier '<' is known to start a template argument list,
1007 if (Tok.is(tok::identifier)) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp381 case tok::identifier:
382 llvm_unreachable("tok::identifier in raw lexing mode!");
385 // looking up the identifier in the identifier table.
388 // If this is a pp-identifier, for a keyword, highlight it as such.
389 if (Tok.isNot(tok::identifier))
471 // If this raw token is an identifier, the raw lexer won't have looked up
472 // the corresponding identifier info for it. Do this now so that it will be
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c1296 u8 identifier = 0; local
1317 &identifier);
1322 if (identifier != IXGBE_SFF_IDENTIFIER_SFP) {
1443 hw->phy.id = identifier;
1648 u8 identifier = 0; local
1670 &identifier);
1675 if (identifier != IXGBE_SFF_IDENTIFIER_QSFP_PLUS) {
1681 hw->phy.id = identifier;
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_frontend.c288 scsi_u64to8b(port->wwnn, desc->identifier);
305 scsi_u64to8b(port->wwpn, desc->identifier);
/freebsd-10-stable/contrib/gcc/cp/
H A Dsemantics.c1747 tree identifier = NULL_TREE; local
1752 identifier = fn;
1756 identifier = DECL_NAME (get_first_fn (functions));
1761 identifier = DECL_NAME (fn);
1770 fn = lookup_arg_dependent (identifier, functions, args);
1773 fn = unqualified_fn_lookup_error (identifier);
2131 finish_template_type_parm (tree aggr, tree identifier) argument
2139 return build_tree_list (aggr, identifier);
2146 finish_template_template_parm (tree aggr, tree identifier) argument
2148 tree decl = build_decl (TYPE_DECL, identifier, NULL_TRE
[all...]
H A Dname-lookup.c325 cb->identifier = name;
379 binding for this identifier. Remove that binding. */
391 identifier. Unhook it from the list of bindings. */
400 But, DECL is another declaration for that same identifier in the
810 /* Multiple external decls of the same identifier ought to match.
1571 fprintf (stderr, " %s ", IDENTIFIER_POINTER (b->identifier));
1868 the value of the identifier point to a list of all the things that
2485 IDENTIFIER_BINDING (cb->identifier) = cb->base->previous;
2772 stack of bindings for the identifier, and update the shadowed
5020 saved->identifier
[all...]
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c20 u8 code, u8 identifier)
25 code, identifier);
27 identifier);
505 * @id: EAP identifier for the response
585 * @id: EAP identifier for the response
682 * @id: EAP identifier for the response
917 * @id: EAP identifier for the response
1050 EAP_CODE_RESPONSE, hdr->identifier);
19 eap_tls_msg_alloc(EapType type, size_t payload_len, u8 code, u8 identifier) argument
/freebsd-10-stable/sys/fs/udf/
H A Decma167-udf.h316 uint8_t l_fi; /* Length of file identifier area */
362 uint8_t identifier[1]; member in struct:path_component
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server.c908 sm->respId = hdr->identifier;
944 wpa_printf(MSG_DEBUG, "EAP: getId: id=%d", hdr->identifier);
945 return hdr->identifier;
960 resp->identifier = id;
978 resp->identifier = id;
H A Deap_server_peap.c475 hdr->identifier = id;
1075 nhdr->identifier = resp->identifier;
1145 "identifier=%d length=%lu", hdr->code, hdr->identifier,
/freebsd-10-stable/contrib/wpa/src/radius/
H A Dradius_server.c107 * next_sess_id - Next session identifier
165 * eap_fast_a_id_info - EAP-FAST authority identifier information
554 msg = radius_msg_new(code, hdr->identifier);
639 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
646 eapfail.identifier = 0;
732 sess->last_identifier == radius_msg_get_hdr(msg)->identifier &&
844 sess->last_identifier = hdr->identifier;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp265 /// Find the next identifier in the pragma directive specified by \p RawToken.
271 if (RawToken.is(tok::identifier))
444 if (RawToken.is(tok::identifier)) {
/freebsd-10-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c492 memcpy(bvdData->identifier, ISO_VOLUME_DESCRIPTOR_STANDARD_ID, 5);
495 memcpy(bvdData->identifier, ISO_VOLUME_DESCRIPTOR_STANDARD_ID, 5);
/freebsd-10-stable/sys/amd64/vmm/intel/
H A Dvmcs.h34 uint32_t identifier; member in struct:vmcs
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c1669 const char *identifier;
1676 /* Separate off the identifier. The first space character delimits
1677 the identifier, after which any remaining characters are specific
1679 identifier = contents->data;
1680 for (remainder = identifier; *remainder; remainder++)
1689 if (! strncmp(identifier, SVN_SUBST__SPECIAL_LINK_STR " ",
1665 const char *identifier; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp57 /// specified name. If not, return the handler for the null identifier if it
382 // skipping while reading the identifier to poison.
399 // Look up the identifier info for the token. We disabled identifier lookup
406 // If this is a macro identifier, emit a warning.
751 // Check to make sure we don't already have a pragma for this identifier.
753 "Pragma handler already exists for this identifier!");
788 if (Tok.isNot(tok::identifier)) {
865 if (Tok.isNot(tok::identifier)) {
950 if (Tok.isNot(tok::identifier)) {
[all...]
/freebsd-10-stable/sys/sys/
H A Dsystm.h415 struct root_hold_token *root_mount_hold(const char *identifier);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h69 assert(Kind != tok::identifier &&
74 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {}
229 /// \brief Whether the module import expectes an identifier next. Otherwise,
320 /// deserializing from PCH, we don't need to deserialize identifier & macros
532 /// \brief Given an identifier, return its latest MacroDirective if it is
553 /// \brief Given an identifier, return the (probably #undef'd) MacroInfo
559 /// \brief Add a directive to the macro directive history for this identifier.
596 /// identifier token.
672 /// identifier for an object-like macro.
756 /// expansion of identifier token
[all...]
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.c570 eap->identifier = 0;
674 hdr->code, hdr->identifier, ntohs(hdr->length), buf);
676 /* sta->eapol_sm->be_auth.idFromServer = hdr->identifier; */
/freebsd-10-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c141 /* leafs must have a 0 instance identifier */
184 resp->identifier = pdu->identifier;
/freebsd-10-stable/lib/clang/
H A Dclang.build.mk88 ${CLANG_TBLGEN} -gen-clang-attr-identifier-arg-list \
/freebsd-10-stable/sys/kern/
H A Dvfs_mountroot.c133 root_mount_hold(const char *identifier) argument
141 h->who = identifier;

Completed in 373 milliseconds

12345