Searched refs:identifier (Results 151 - 162 of 162) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5151 OPTIONAL(identifier, MDStringField, ); \
5168 // If this has an identifier try to build an ODR type.
5169 if (identifier.Val)
5171 Context, *identifier.Val, tag.Val, name.Val, file.Val, line.Val,
5186 runtimeLang.Val, vtableHolder.Val, templateParams.Val, identifier.Val,
/freebsd-current/sys/dev/ice/
H A Dice_adminq_cmd.h95 __le32 identifier; member in struct:ice_aqc_get_exp_err
880 * are other action identifier
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp560 /// Parse an identifier or string (as a quoted identifier)
561 /// and set \p Res to the identifier contents.
1253 // identifier, allowing for redefinitions.
1770 Lex(); // Eat identifier.
2105 // Statements always start with an identifier, unless we're dealing with a
2113 // Treat '.' as a valid identifier in this context.
2117 // Treat ".<number>" as a valid identifier in this context.
2203 // ::= identifier ':'
2209 // identifier '
[all...]
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1779 > How do I change the template identifier?
/freebsd-current/sys/amd64/vmm/intel/
H A Dvmx.c1144 vmcs->identifier = vmx_revision();
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h897 (Tok.is(tok::identifier) || Tok.is(tok::coloncolon) ||
910 /// The identifier is a tentatively-declared name.
912 /// The identifier is a template name. FIXME: Add an annotation for that.
914 /// The identifier can't be resolved.
928 /// TryAltiVecToken - Check for context-sensitive AltiVec identifier tokens,
947 /// identifier token, replacing it with the non-context-sensitive __vector.
960 /// Returns true if the current token is the identifier 'instancetype'.
974 /// identifier and optionally disable the keyword for the remainder of the
1098 /// Return false if the next token is an identifier. An 'expected identifier'
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1965 if (token == tok::identifier)
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2201 Diag(receiverNameLoc, diag::err_expected_either) << tok::identifier
2292 // If the identifier is "super" and there is no trailing dot, we're
2293 // messaging super. If the identifier is "super" and there is a
2330 // If the identifier is a class or not, and there is a trailing dot,
H A DSemaDecl.cpp327 /// If the identifier refers to a type name within this scope,
330 /// This routine performs ordinary name lookup of the identifier II
463 // identifier is not a template (typo correction for template names
508 // that only makes sense if the identifier was treated like a type.
660 // Diagnose that this identifier was undeclared, and retry the lookup during
989 // function call consists solely of an identifier, and if no
990 // declaration is visible for this identifier, the identifier is
994 // extern int identifier ();
1262 if ((NextToken.is(tok::identifier) ||
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1151 uint64_t identifier = decodeULEB128((const uint8_t *)(loh + i), &n); local
1153 outs() << " identifier " << identifier << " ";
1156 switch (identifier) {
1182 outs() << "Unknown identifier value\n";
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.c9024 if (scsi_8btou64(idd->identifier) == sasaddr)
10578 "identifier", argv[1]);
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp696 // FIXME: Check whether this identifier was referenced anywhere in the
987 /// Whether the given identifier is "interesting".
1032 // Build the IdentifierInfo and link the identifier ID with it.
1044 // the reader that we've finished loading this identifier.
1059 assert(Bits == 0 && "Extra bits in the identifier?");
1064 if (HasRevertedTokenIDToIdentifier && II->getTokenID() != tok::identifier)
1077 // If this identifier is a macro, deserialize the macro
1900 unsigned NextIndex = 1; // Skip identifier ID.
2220 // Retrieve the identifier info found within the module
2228 // Note that we are loading an identifier
[all...]

Completed in 710 milliseconds

1234567