Searched refs:labelref (Results 1 – 5 of 5) sorted by relevance
/external/dtc/ |
D | dtc-lexer.l | 149 yylval.labelref = xstrdup(yytext); 150 yylval.labelref[yyleng-1] = '\0'; 199 yylval.labelref = xstrdup(yytext+1); 206 yylval.labelref = xstrdup(yytext+2);
|
D | dtc-parser.y | 30 char *labelref; member 61 %token <labelref> DT_LABEL 62 %token <labelref> DT_LABEL_REF 63 %token <labelref> DT_PATH_REF 76 %type <labelref> dt_ref
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 190 static int32_t labelref(compiler *c, int label) { in labelref() function 282 setofs(&instruction, labelref(c, label)); in putop() 292 setofs(&instruction, labelref(c, label)); in putop() 300 setofs(&instruction, labelref(c, label)); in putop()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 5985 static int32_t labelref(compiler *c, int label) { in labelref() function 6077 setofs(&instruction, labelref(c, label)); in putop() 6087 setofs(&instruction, labelref(c, label)); in putop() 6095 setofs(&instruction, labelref(c, label)); in putop()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9736 static int32_t labelref(compiler *c, int label) { in labelref() function 9828 setofs(&instruction, labelref(c, label)); in putop() 9838 setofs(&instruction, labelref(c, label)); in putop() 9846 setofs(&instruction, labelref(c, label)); in putop()
|