HomeSort by relevance Sort by last modified time
    Searched refs:labelref (Results 1 - 4 of 4) sorted by null

  /external/dtc/
dtc-lexer.l 157 yylval.labelref = xstrdup(yytext);
158 yylval.labelref[yyleng-1] = '\0';
207 yylval.labelref = xstrdup(yytext+1);
214 yylval.labelref = xstrdup(yytext+2);
dtc-parser.y 41 char *labelref;
71 %token <labelref> DT_LABEL
72 %token <labelref> DT_REF
  /external/protobuf/php/ext/google/protobuf/
upb.c 6708 static int32_t labelref(compiler *c, int label) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 7381 static int32_t labelref(compiler *c, int label) { function
    [all...]

Completed in 1982 milliseconds