Searched refs:TYPENAME (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 674 #define DEFINE_PRIMITIVE_ACCESSORS(TYPENAME, TYPE, PASSTYPE, CPPTYPE) \ argument 675 PASSTYPE GeneratedMessageReflection::Get##TYPENAME( \ 677 USAGE_CHECK_ALL(Get##TYPENAME, SINGULAR, CPPTYPE); \ 679 return GetExtensionSet(message).Get##TYPENAME( \ 686 void GeneratedMessageReflection::Set##TYPENAME( \ 689 USAGE_CHECK_ALL(Set##TYPENAME, SINGULAR, CPPTYPE); \ 691 return MutableExtensionSet(message)->Set##TYPENAME( \ 698 PASSTYPE GeneratedMessageReflection::GetRepeated##TYPENAME( \ 701 USAGE_CHECK_ALL(GetRepeated##TYPENAME, REPEATED, CPPTYPE); \ 703 return GetExtensionSet(message).GetRepeated##TYPENAME( \ [all …]
|
/external/elfutils/lib/ |
D | dynamicsizehash.c | 280 # define TYPENAME(name) _TYPENAME (name) macro 287 p = ((TYPENAME(NAME) *) p)->next; 306 p = ((TYPENAME(NAME) *) p)->next; 312 __builtin_prefetch (((TYPENAME(NAME) *) p)->next, 0, 2); 314 return ((TYPENAME(NAME) *) (*ptr = p))->data;
|
/external/bison/tests/ |
D | cxx-type.at | 83 %token TYPENAME ID 90 %destructor { free_node ($$); } stmt expr decl declarator TYPENAME ID 114 | TYPENAME '(' expr ')' 120 decl : TYPENAME declarator ';' 122 | TYPENAME declarator '=' expr ';' 204 tok = isupper ((unsigned char) buffer[0]) ? TYPENAME : ID;
|
D | testsuite | 60310 %token TYPENAME ID 60317 %destructor { free_node ($$); } stmt expr decl declarator TYPENAME ID 60341 | TYPENAME '(' expr ')' 60347 decl : TYPENAME declarator ';' 60349 | TYPENAME declarator '=' expr ';' 60431 tok = isupper ((unsigned char) buffer[0]) ? TYPENAME : ID; 61263 %token TYPENAME ID 61270 %destructor { free_node ($$); } stmt expr decl declarator TYPENAME ID 61294 | TYPENAME '(' expr ')' 61300 decl : TYPENAME declarator ';' [all …]
|
/external/bison/data/ |
D | c.m4 | 416 # SYMBOL-ACTION, SYMBOL-TYPENAME)
|
/external/bison/doc/ |
D | bison.texinfo | 950 %token TYPENAME ID 968 | TYPENAME '(' expr ')' 974 decl : TYPENAME declarator ';' 976 | TYPENAME declarator '=' expr ';' 995 (assuming that @samp{T} is recognized as a @code{TYPENAME} and 6046 @code{IDENTIFIER} and @code{TYPENAME}. When @code{yylex} finds an 6048 to decide which token type to return: @code{TYPENAME} if the identifier is 6053 but @code{TYPENAME} is not. @code{TYPENAME} can start a declaration, but 6056 typedef name, either @code{TYPENAME} or @code{IDENTIFIER} is 8695 @c LocalWords: glr YYSTYPE TYPENAME prog dprec printf decl init stmtMerge
|
D | bison.info | 1192 %token TYPENAME ID 1210 | TYPENAME '(' expr ')' 1216 decl : TYPENAME declarator ';' 1218 | TYPENAME declarator '=' expr ';' 1232 as a `TYPENAME' and `x' as an `ID'). Bison detects this as a 5589 `IDENTIFIER' and `TYPENAME'. When `yylex' finds an identifier, it 5591 which token type to return: `TYPENAME' if the identifier is declared as 5596 expression, but `TYPENAME' is not. `TYPENAME' can start a declaration, 5599 shadow a typedef name, either `TYPENAME' or `IDENTIFIER' is
|