OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDENTIFIER
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/external/gpl3/binutils/dist/gas/config/
loongarch-parse.h
58
IDENTIFIER
= 259, /*
IDENTIFIER
*/
76
#define
IDENTIFIER
259
loongarch-lex.l
48
{id} { yylval.c_str = strdup (yytext);return
IDENTIFIER
; }
loongarch-parse.y
351
%token <c_str>
IDENTIFIER
360
|
IDENTIFIER
{emit_const_var ($1);}
362
| '%'
IDENTIFIER
'('
IDENTIFIER
addend ')' {reloc ($2, $4, $5); free ($2); free ($4);}
363
| '%'
IDENTIFIER
'(' INTEGER addend ')' {reloc ($2, NULL, $4 + $5); free ($2);}
obj-elf-attr.c
185
IDENTIFIER
= 0x1,
276
/* Extract an
identifier
based on the provided character matcher. */
286
as_bad (_("invalid character '%c' in
identifier
"),
297
/* Resolve the
identifier
if it matches a known tag. */
299
resolve_if_matching_known_tag (const char *
identifier
,
303
if (strcmp (known_identifier->name,
identifier
) != 0)
311
/* Resolve the
identifier
if it matches the known one. */
313
resolve_if_matching (const char *
identifier
,
317
/* Lowercase the
identifier
before comparison. */
320
for (; i < sizeof (normalized_identifier) &&
identifier
[i] != '\0'; ++i
665
const char *
identifier
= arg_out->val.string;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
loongarch-parse.h
58
IDENTIFIER
= 259, /*
IDENTIFIER
*/
76
#define
IDENTIFIER
259
loongarch-lex.l
48
{id} { yylval.c_str = strdup (yytext);return
IDENTIFIER
; }
loongarch-parse.y
350
%token <c_str>
IDENTIFIER
359
|
IDENTIFIER
{emit_const_var ($1);}
361
| '%'
IDENTIFIER
'('
IDENTIFIER
addend ')' {reloc ($2, $4, $5); free ($2); free ($4);}
362
| '%'
IDENTIFIER
'(' INTEGER addend ')' {reloc ($2, NULL, $4 + $5); free ($2);}
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
sel-gram.y
68
%token <string>
IDENTIFIER
105
function:
IDENTIFIER
'(' words ')' {
111
variables:
IDENTIFIER
'.' variables {
113
|
IDENTIFIER
{
sel-lex.l
88
return
IDENTIFIER
;
/src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.h
142
IDENTIFIER
= 341, /*
IDENTIFIER
*/
237
#define
IDENTIFIER
341
asn1parse.y
174
%token <name>
IDENTIFIER
referencename
242
ModuleDefinition:
IDENTIFIER
objid_opt kw_DEFINITIONS TagDefault ExtensionDefault
279
SymbolsFromModule: referencenames kw_FROM
IDENTIFIER
objid_opt
309
referencenames :
IDENTIFIER
',' referencenames
315
|
IDENTIFIER
323
TypeAssignment :
IDENTIFIER
EEQUAL Type
432
NamedNumber :
IDENTIFIER
'(' SignedNumber ')'
567
DefinedType :
IDENTIFIER
708
ValueAssignment :
IDENTIFIER
Type EEQUAL Value
787
NamedType :
IDENTIFIER
Typ
[
all
...]
lex.l
106
IDENTIFIER
{ return kw_IDENTIFIER; }
141
TYPE-
IDENTIFIER
{ return kw_TYPE_IDENTIFIER; }
270
return
IDENTIFIER
;
/src/usr.sbin/npf/npfctl/
npf_parse.y
184
%token <str>
IDENTIFIER
312
:
IDENTIFIER
483
:
IDENTIFIER
COLON proc_param_list
910
|
IDENTIFIER
{ $$ = npfctl_portno($1); }
923
| ICMPTYPE icmp_type CODE
IDENTIFIER
955
:
IDENTIFIER
{ $$ = npfctl_parse_tcpflag($1); }
960
|
IDENTIFIER
{ $$ = npfctl_icmptype($<num>-1, $1); }
1079
|
IDENTIFIER
1123
|
IDENTIFIER
1155
:
IDENTIFIER
{ $$ = $1;
[
all
...]
/src/external/bsd/flex/dist/examples/manual/
pascal.lex
23
identifier
{alpha}{alpha_num}*
103
{
identifier
} return(
IDENTIFIER
);
/src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_tokens.py
26
self.assertEqual(tokens[1].kind, TokenKind.
IDENTIFIER
)
/src/crypto/external/apache2/openssl/dist/providers/common/der/
oids_to_c.pm
21
${OID_name_re} \s+ OBJECT \s+
IDENTIFIER
\s*
/src/crypto/external/bsd/openssl/dist/providers/common/der/
oids_to_c.pm
21
${OID_name_re} \s+ OBJECT \s+
IDENTIFIER
\s*
/src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c
360
#define
IDENTIFIER
"[A-Za-z0-9_.]+"
376
"^("
IDENTIFIER
")"
419
"^(bool|uint%d_t|enum" WS
IDENTIFIER
WSOPT "(\\{[^}]*})?)"
422
"("
IDENTIFIER
")" WSOPT
557
WS "("
IDENTIFIER
")" WSOPT
610
compiled_regex regex ("^enum" WS "("
IDENTIFIER
")" WSOPT "(\\{" WSOPT "([^}]*)})?",
d-exp.y
113
%token <sval>
IDENTIFIER
UNKNOWN_NAME
359
| PostfixExpression '.'
IDENTIFIER
364
| PostfixExpression '.'
IDENTIFIER
COMPLETE
565
IDENTIFIER
979
/*
Identifier
-like tokens. */
1244
terminates the expression. "thread" could be an
identifier
, but
1245
an
identifier
is never followed by a number without intervening
1303
return
IDENTIFIER
;
1325
/* Classify an
IDENTIFIER
token. The contents of the token are in `yylval'.
1361
return
IDENTIFIER
;
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c
362
#define
IDENTIFIER
"[A-Za-z0-9_.]+"
378
"^("
IDENTIFIER
")"
421
"^(bool|uint%d_t|enum" WS
IDENTIFIER
WSOPT "(\\{[^}]*})?)"
424
"("
IDENTIFIER
")" WSOPT
559
WS "("
IDENTIFIER
")" WSOPT
612
compiled_regex regex ("^enum" WS "("
IDENTIFIER
")" WSOPT "(\\{" WSOPT "([^}]*)})?",
d-exp.y
113
%token <sval>
IDENTIFIER
UNKNOWN_NAME
359
| PostfixExpression '.'
IDENTIFIER
364
| PostfixExpression '.'
IDENTIFIER
COMPLETE
563
IDENTIFIER
977
/*
Identifier
-like tokens. */
1242
terminates the expression. "thread" could be an
identifier
, but
1243
an
identifier
is never followed by a number without intervening
1301
return
IDENTIFIER
;
1323
/* Classify an
IDENTIFIER
token. The contents of the token are in `yylval'.
1359
return
IDENTIFIER
;
[
all
...]
/src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
OID.pm
35
OpenSSL::OID - an OBJECT
IDENTIFIER
parser / encoder
127
# The key is the
identifier
.
153
# The components become a list of (
identifier
, number ) pairs,
176
croak "Undefined
identifier
$a" if $a ne '';
191
# If the first component has an
identifier
and there are other
192
# components following it, we change the type of that
identifier
/src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
OID.pm
35
OpenSSL::OID - an OBJECT
IDENTIFIER
parser / encoder
127
# The key is the
identifier
.
153
# The components become a list of (
identifier
, number ) pairs,
176
croak "Undefined
identifier
$a" if $a ne '';
191
# If the first component has an
identifier
and there are other
192
# components following it, we change the type of that
identifier
/src/external/mpl/dhcp/dist/includes/
dhctoken.h
174
IDENTIFIER
= 370,
/src/external/mpl/dhcp/dist/keama/
dhctoken.h
178
IDENTIFIER
= 370,
Completed in 38 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026