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

  /external/libpcap/
scanner.h 3 #ifndef YY_DECL
4 #define YY_DECL int yylex(void)
6 YY_DECL;
runlex.sh 231 #ifndef YY_DECL
232 #define YY_DECL int yylex(void)
234 YY_DECL;
scanner.c     [all...]
  /external/bison/examples/calc++/
calc++-driver.hh 9 # define YY_DECL \
15 YY_DECL;
calc++-scanner.cc 769 #ifndef YY_DECL
775 #define YY_DECL int yylex (void)
779 #endif /* !YY_DECL */
801 YY_DECL
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptScanner.h 16 #ifndef YY_DECL
17 #define YY_DECL \
  /external/bison/src/
scan-skel.l 41 #define YY_DECL static int skel_lex (void)
42 YY_DECL;
scan-skel.c 639 #define YY_DECL static int skel_lex (void)
640 YY_DECL;
856 #ifndef YY_DECL
862 #define YY_DECL int skel_lex (void)
866 #endif /* !YY_DECL */
888 YY_DECL
    [all...]
scan-code.c 695 # define YY_DECL static char *code_lex (code_props *self, int sc_context)
696 YY_DECL;
941 #ifndef YY_DECL
947 #define YY_DECL int code_lex (void)
951 #endif /* !YY_DECL */
973 YY_DECL
    [all...]
scan-code.l 44 # define YY_DECL static char *code_lex (code_props *self, int sc_context)
45 YY_DECL;
scan-gram.c     [all...]
scan-gram.l 45 #define YY_DECL GRAM_LEX_DECL
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 324 #ifndef YY_DECL
330 #define YY_DECL int parse_events_lex \
332 #endif /* !YY_DECL */
345 #undef YY_DECL
pmu-flex.c 661 #ifndef YY_DECL
666 #define YY_DECL int perf_pmu_lex (void)
667 #endif /* !YY_DECL */
686 YY_DECL
    [all...]
parse-events-flex.c     [all...]
  /external/elfutils/0.153/libcpu/
i386_lex.c 732 #ifndef YY_DECL
737 #define YY_DECL int i386_lex (void)
738 #endif /* !YY_DECL */
760 YY_DECL
    [all...]
  /external/elfutils/0.153/src/
ldlex.c     [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 783 #ifndef YY_DECL
789 #define YY_DECL int pplex \
791 #endif /* !YY_DECL */
810 YY_DECL
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 847 #ifndef YY_DECL
853 #define YY_DECL int glcpp_lex \
855 #endif /* !YY_DECL */
877 YY_DECL
    [all...]
glsl_lexer.cc     [all...]
lex.yy.c     [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp     [all...]

Completed in 81 milliseconds