Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DFeature.pm30 my ($class, $identifier, $spec) = @_;
33 identifier => $identifier,
47 sub identifier { $_[0]{identifier} } subroutine
/openbsd/gnu/llvm/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp229 tok::identifier)) { in analyzeRight()
252 } else if (Tok->startsSequence(QualifierType, tok::identifier, in analyzeRight()
258 } else if (Tok->startsSequence(QualifierType, tok::identifier, in analyzeRight()
272 } else if (Tok->startsSequence(QualifierType, tok::identifier) || in analyzeRight()
274 tok::identifier)) { in analyzeRight()
293 tok::identifier)) { in analyzeRight()
346 } else if (Tok->startsSequence(tok::identifier, QualifierType, in analyzeLeft()
358 if ((Tok->startsSequence(tok::coloncolon, tok::identifier) || in analyzeLeft()
359 Tok->is(tok::identifier)) && in analyzeLeft()
421 .Default(tok::identifier); in getTokenFromQualifier()
[all …]
H A DTokenAnnotator.cpp88 if (AttrTok->isNot(tok::identifier)) in isCppAttribute()
95 AttrTok->startsSequence(tok::identifier, tok::identifier) || in isCppAttribute()
299 tok::identifier))) { in parseParens()
683 tok::identifier) && in parseSquare()
1277 case tok::identifier: in consumeToken()
1712 tok::identifier))) { in modifyContext()
1950 if (BeforeParen->is(tok::identifier) && in determineTokenType()
2034 if (Tok.isNot(tok::identifier) || !Tok.Previous) in isStartOfName()
2279 if (Tok.Previous->is(tok::identifier) && in rParenEndsCast()
2849 if (!Next->is(tok::identifier)) in isFunctionDeclarationName()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.y285 identifier /* Default rule */
289 name DOT_TK identifier
295 identifier:
441 identifier
474 identifier OP_TK CP_TK
607 INTERFACE_TK identifier
610 | modifiers INTERFACE_TK identifier
731 identifier REL_CL_TK
858 | BREAK_TK identifier SC_TK
1006 primary DOT_TK identifier
[all …]
/openbsd/gnu/llvm/libcxx/
H A D.clang-tidy21 readability-identifier-naming,
37 - key: readability-identifier-naming.GetConfigPerFile
39 - key: readability-identifier-naming.ParameterCase
41 - key: readability-identifier-naming.ParameterPrefix
43 - key: readability-identifier-naming.PrivateMemberCase
45 - key: readability-identifier-naming.PrivateMemberPrefix
47 - key: readability-identifier-naming.PrivateMemberSuffix
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/
H A DCmd.pm82 my $identifier = shift;
85 if ($identifier =~ /::/ || $identifier !~ /[^\w_]/) {
93 my $tm = $sources{$source}->($identifier);
97 die "Unable to find typemap for '$identifier': "
/openbsd/regress/sys/netinet/ipsec/
H A Dipsec.conf356 bundle identifier
362 bundle identifier
368 bundle identifier
373 bundle identifier
379 bundle identifier
385 bundle identifier
432 bundle identifier
438 bundle identifier
444 bundle identifier
449 bundle identifier
[all …]
/openbsd/gnu/llvm/lld/
H A D.clang-tidy3 - key: readability-identifier-naming.MemberCase
5 - key: readability-identifier-naming.ParameterCase
7 - key: readability-identifier-naming.VariableCase
/openbsd/gnu/llvm/llvm/utils/split-file/
H A D.clang-tidy3 - key: readability-identifier-naming.MemberCase
5 - key: readability-identifier-naming.ParameterCase
7 - key: readability-identifier-naming.VariableCase
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseHLSL.cpp56 if (!Tok.is(tok::identifier)) { in ParseHLSLBuffer()
57 Diag(Tok, diag::err_expected) << tok::identifier; in ParseHLSLBuffer()
131 else if (Tok.is(tok::identifier)) in ParseHLSLSemantics()
152 if (!Tok.is(tok::identifier)) { in ParseHLSLSemantics()
153 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; in ParseHLSLSemantics()
168 if (!Tok.is(tok::identifier)) { in ParseHLSLSemantics()
169 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; in ParseHLSLSemantics()
H A DParseTentative.cpp65 case tok::identifier: { in isCXXDeclarationStatement()
75 case tok::identifier: { in isCXXDeclarationStatement()
237 if (Tok.is(tok::identifier)) in TryConsumeDeclarationSpecifier()
967 if (Tok.is(tok::identifier)) in TryParseOperatorId()
1072 } else if (Tok.is(tok::identifier)) { in TryParseDeclarator()
1306 tok::identifier, in isCXXDeclarationSpecifier()
1325 case tok::identifier: { in isCXXDeclarationSpecifier()
1355 if (Tok.isNot(tok::identifier)) in isCXXDeclarationSpecifier()
1367 assert(Tok.isNot(tok::identifier) && in isCXXDeclarationSpecifier()
1379 if (Tok.is(tok::identifier)) in isCXXDeclarationSpecifier()
[all …]
H A DParseInit.cpp53 case tok::identifier: in MayBeDesignationStart()
67 case tok::identifier: // designation: identifier ':' in MayBeDesignationStart()
167 if (Tok.is(tok::identifier)) { in ParseInitializerWithPotentialDesignator()
208 if (Tok.isNot(tok::identifier)) { in ParseInitializerWithPotentialDesignator()
253 if (Tok.is(tok::identifier) && Tok.getIdentifierInfo() == Ident_super && in ParseInitializerWithPotentialDesignator()
284 } else if (getLangOpts().ObjC && Tok.is(tok::identifier)) { in ParseInitializerWithPotentialDesignator()
H A DParseDecl.cpp375 Tok.setKind(tok::identifier); in ParseAttributeArgsCommon()
378 if (Tok.is(tok::identifier)) { in ParseAttributeArgsCommon()
1470 if (Tok.is(tok::identifier)) { in ParseObjCBridgeRelatedAttribute()
1490 if (Tok.is(tok::identifier)) in ParseObjCBridgeRelatedAttribute()
1923 case tok::identifier: in MightBeDeclarator()
3540 case tok::identifier: in ParseDeclarationSpecifiers()
4759 if (Tok.is(tok::identifier)) { in ParseEnumSpecifier()
5265 if (Tok.is(tok::identifier)) in isTypeSpecifierQualifier()
5437 if (Tok.is(tok::identifier)) in isDeclarationSpecifier()
7741 case tok::identifier: in TryAltiVecVectorTokenOutOfLine()
[all …]
/openbsd/share/snmp/
H A DSNMPv2-CONF.txt109 -- identifier must start with uppercase letter
110 identifier ModuleIdentifier
169 NamedBit ::= identifier "(" number ")" -- number is nonnegative
221 -- identifier must start with uppercase letter
222 identifier ModuleIdentifier
276 NamedBit ::= identifier "(" number ")" -- number is nonnegative
316 BitName ::= identifier
/openbsd/gnu/gcc/gcc/cp/
H A Dmangle.c1147 write_source_name (tree identifier) in write_source_name() argument
1153 if (IDENTIFIER_TEMPLATE (identifier)) in write_source_name()
1154 identifier = IDENTIFIER_TEMPLATE (identifier); in write_source_name()
1353 write_identifier (const char *identifier) in write_identifier() argument
1356 write_string (identifier); in write_identifier()
2823 tree identifier; in mangle_conv_op_name_for_type() local
2833 identifier = (tree)*slot; in mangle_conv_op_name_for_type()
2834 if (!identifier) in mangle_conv_op_name_for_type()
2842 *slot = identifier; in mangle_conv_op_name_for_type()
2846 TREE_TYPE (identifier) = type; in mangle_conv_op_name_for_type()
[all …]
H A Dparser.c4867 if (identifier) in cp_parser_parenthesized_expression_list()
8656 tree identifier; in cp_parser_type_parameter() local
8691 tree identifier; in cp_parser_type_parameter() local
9022 tree identifier; in cp_parser_template_name() local
10060 tree identifier; in cp_parser_type_name() local
10146 tree identifier; in cp_parser_elaborated_type_specifier() local
10427 tree identifier; in cp_parser_enum_specifier() local
10541 tree identifier; in cp_parser_enumerator_definition() local
10577 tree identifier; in cp_parser_namespace_name() local
10692 tree identifier; in cp_parser_namespace_alias_definition() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c1047 write_source_name (identifier) in write_source_name() argument
1048 tree identifier; in write_source_name()
1054 if (IDENTIFIER_TEMPLATE (identifier))
1055 identifier = IDENTIFIER_TEMPLATE (identifier);
1261 write_identifier (identifier) in write_identifier() argument
1262 const char *identifier; in write_identifier()
1265 write_string (identifier);
2653 tree identifier; in mangle_conv_op_name_for_type() local
2667 identifier = get_identifier (buffer); in mangle_conv_op_name_for_type()
2675 TREE_TYPE (identifier) = type; in mangle_conv_op_name_for_type()
[all …]
/openbsd/gnu/llvm/clang/
H A D.clang-tidy1 # Note that the readability-identifier-naming check is disabled, there are too
4 Checks: '-readability-identifier-naming'
/openbsd/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp46 IdentifierInfo &II = AST.Idents.get(Name, tok::TokenKind::identifier); in BuiltinTypeDeclBuilder()
92 IdentifierInfo &II = AST.Idents.get(Name, tok::TokenKind::identifier); in addMemberVariable()
132 IdentifierInfo &II = AST.Idents.get(Name, tok::TokenKind::identifier); in lookupBuiltinFunction()
253 IdentifierInfo &II = AST.Idents.get("Idx", tok::TokenKind::identifier); in addArraySubscriptOperator()
334 &AST.Idents.get(Name, tok::TokenKind::identifier), /* Typename */ false, in addTypeParameter()
383 IdentifierInfo &HLSL = AST.Idents.get("hlsl", tok::TokenKind::identifier); in InitializeSema()
421 &AST.Idents.get("element", tok::TokenKind::identifier), false, false); in defineHLSLVectorAlias()
428 &AST.Idents.get("element_count", tok::TokenKind::identifier), AST.IntTy, in defineHLSLVectorAlias()
440 IdentifierInfo &II = AST.Idents.get("vector", tok::TokenKind::identifier); in defineHLSLVectorAlias()
/openbsd/regress/usr.bin/mandoc/roff/cond/
H A Dregister.out_ascii10 tab after identifier: myreg is defined
12 escape sequence after identifier: -myreg is defined
H A Dstring.out_ascii18 identifier and tab: mystr is defined
20 escape sequence after identifier: -mystr is defined
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-parse.in472 identifier:
1498 identifier
2663 identifier
2702 identifier
2716 ALIAS identifier identifier ';'
2753 | INTERFACE identifier ':' identifier protocolrefs '{'
2770 | INTERFACE identifier ':' identifier protocolrefs
2803 | IMPLEMENTATION identifier ':' identifier '{'
2815 | IMPLEMENTATION identifier ':' identifier
2823 | INTERFACE identifier '(' identifier ')' protocolrefs
[all …]
/openbsd/usr.bin/ssh/
H A DPROTOCOL.agent9 particular SSH session identifier as derived from the initial key
19 string session identifier
24 identifier' is the exchange hash derived from the initial key
26 identifier using the private hostkey, as sent in the final
33 a duplicate session identifier, or any attempt to bind a connection
/openbsd/gnu/llvm/libcxx/lib/abi/
H A DCMakeLists.txt2 # This function generates a "unique" identifier based on various properties
4 # in that identifier, so that we can store ABI information and associate it
7 # Right now, this is done by using the ABI identifier as the filename containing
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td64 def ext_dollar_in_identifier : Extension<"'$' in identifier">,
65 InGroup<DiagGroup<"dollar-in-identifier-extension">>;
166 "treating as '\\' followed by identifier">, InGroup<Unicode>;
171 "treating as '\\' '%0' '{' identifier">, InGroup<Unicode>;
177 "treating as '\\' followed by identifier">, InGroup<Unicode>;
190 "%select{using this character in an identifier|starting an identifier with "
202 "treating as '\\' followed by identifier">, InGroup<Unicode>;
276 "identifier">, InGroup<ReservedUserDefinedLiteral>;
372 "macro name is a reserved identifier">, DefaultIgnore,
510 "expected identifier in macro parameter list">;
[all …]

12345678910>>...18