Home
last modified time | relevance | path

Searched refs:labelref (Results 1 – 5 of 5) sorted by relevance

/external/dtc/
Ddtc-lexer.l149 yylval.labelref = xstrdup(yytext);
150 yylval.labelref[yyleng-1] = '\0';
199 yylval.labelref = xstrdup(yytext+1);
206 yylval.labelref = xstrdup(yytext+2);
Ddtc-parser.y30 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/
Dcompile_decoder.c190 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/
Dupb.c5985 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/
Dupb.c9736 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()