Searched refs:labelref (Results 1 – 4 of 4) sorted by relevance
/external/dtc/ |
D | dtc-lexer.l | 158 yylval.labelref = xstrdup(yytext); 159 yylval.labelref[yyleng-1] = '\0'; 208 yylval.labelref = xstrdup(yytext+1); 215 yylval.labelref = xstrdup(yytext+2);
|
D | dtc-parser.y | 41 char *labelref; member 71 %token <labelref> DT_LABEL 72 %token <labelref> DT_REF
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6708 static int32_t labelref(compiler *c, int label) { in labelref() function 6799 setofs(&instruction, labelref(c, label)); in putop() 6809 setofs(&instruction, labelref(c, label)); in putop() 6817 setofs(&instruction, labelref(c, label)); in putop()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7381 static int32_t labelref(compiler *c, int label) { in labelref() function 7473 setofs(&instruction, labelref(c, label)); in putop() 7483 setofs(&instruction, labelref(c, label)); in putop() 7491 setofs(&instruction, labelref(c, label)); in putop()
|