Lines Matching full:identifier
99 An identifier is a sequence of letters and digits.
389 identifier upon two attributes of the identifier \(mi its
397 of the storage associated with an identifier;
400 found in the identifier's storage.
565 expression is an identifier.
884 identifier
890 primary-expression . identifier
891 primary-expression \(mi> identifier\fR
899 An identifier is a primary expression provided it has been
902 If the type of the identifier is ``array of .\|.\|.'',
903 then the value of the identifier expression
908 Moreover, an array identifier is not an lvalue
910 Likewise, an identifier which is declared
993 below, a hitherto unseen identifier followed
1049 A primary expression followed by a dot followed by an identifier
1051 The first expression must be a structure or a union, and the identifier
1065 followed by an identifier
1068 and the identifier must name a member of that structure or union.
1824 which C gives to each identifier; they do not necessarily
1825 reserve storage associated with the identifier.
1999 identifier
2017 Each declarator contains exactly one identifier; it is this identifier that
2019 If an unadorned identifier appears
2044 Suppose this declaration makes the identifier have type
2054 is just a plain identifier
2072 the type of the contained identifier is
2088 then the contained identifier has the type
2106 then the contained identifier has type
2253 struct-or-union identifier { struct-decl-list }
2254 struct-or-union identifier
2367 \fBstruct \fIidentifier { struct-decl-list \fR}
2368 \fBunion \fIidentifier { struct-decl-list \fR}
2371 declares the identifier to be the
2380 \fBstruct \fIidentifier\fR
2381 \fBunion \fIidentifier\fR
2482 enum \fIidentifier { enum-list \fR}\fB
2483 enum \fIidentifier
2490 identifier
2491 identifier = constant-expression\fR
2507 gives the associated identifier the value
2513 The role of the identifier in the enum-specifier
2548 identifier being declared.
2751 where the identifier would appear if the construction were a declarator
2754 hypothetical identifier.
2785 \fIidentifier\fR
2790 each identifier appearing as part of
2794 associated with the identifier
3189 \fBgoto \fIidentifier \fR;
3192 The identifier must be a label
3201 \fIidentifier \fR:
3204 which serve to declare the identifier
3211 excluding any subblocks in which the same identifier has been redeclared.
3234 An external definition declares an identifier to
3286 identifier
3287 identifier , parameter-list\fR
3405 of an identifier, which is essentially the
3407 be used without drawing ``undefined identifier''
3413 identifier are references to the same object.
3430 if an identifier is explicitly declared at the head of a block,
3432 any declaration of that identifier outside the block
3474 If a function refers to an identifier declared to be
3479 for the identifier.
3481 external identifier refer to the same object,
3488 identifier more than once in the set of files and libraries
3491 for any external non-function identifier;
3503 each external identifier (without \fBextern\fR)
3541 \fB#define \fIidentifier token-string\v'0.5'\s-2opt\s0\v'-0.5'\fR
3545 of the identifier with the given string of tokens.
3549 \fB#define \fIidentifier(identifier, ... )token-string\v'0.5'\s-2opt\s0\v'-0.5'\fR
3552 where there is no space between the first identifier
3557 Subsequent instances of the first identifier followed
3564 Each occurrence of an identifier mentioned in the formal parameter list
3596 \fB#undef \fIidentifier\fR
3600 identifier's preprocessor definition (if any) to be forgotten.
3602 If a \fB#define\fRd identifier is the subject of a subsequent
3607 the identifier is considered to be redefined.
3658 \fBdefined \fIidentifier\fR
3662 \fBdefined( \fIidentifier )\fR
3664 which evaluates to one if the identifier is currently
3677 \fB#ifdef \fIidentifier\fR
3680 checks whether the identifier is currently defined
3687 It is equivalent to \fB#ifdef(\fIidentifier\fB)\fR.
3690 \fB#ifndef \fIidentifier\fR
3693 checks whether the identifier is currently undefined
3697 \fB#if !\|defined(\fIidentifier\fB)\fR.
3764 is given, the identifier is assumed
3768 the identifier is assumed to
3779 If the type of an identifier is ``function returning .\|.\|.\|,''
3785 In an expression, an identifier
3905 Every time an identifier of array type appears
4289 identifier
4295 primary . identifier
4296 primary \(mi identifier
4300 identifier
4302 lvalue . identifier
4303 primary \(mi identifier
4393 enum \fIidentifier { enum-list }\fB
4394 enum \fIidentifier
4403 identifier
4404 identifier = constant-expression
4417 identifier
4426 struct \fIidentifier { struct-decl-list }\fB
4427 struct \fIidentifier\fB
4429 union \fIidentifier { struct-decl-list }\fB
4430 union \fIidentifier
4479 identifier
4515 \fBgoto\fI identifier ;
4516 identifier : statement
4543 identifier
4544 identifier , parameter-list
4558 \fB#define\fI identifier token-string\v'0.3'\s-2opt\s0\v'-0.3'\fB
4559 … \fB#define\fI identifier\fB(\fIidentifier\fB,...)\fItoken-string\v'0.5'\s-2opt\s0\v'-0.5'\fB
4560 \fB#undef\fI identifier\fB
4564 \fB#ifdef\fI identifier\fB
4565 \fB#ifndef\fI identifier\fB