Searched defs:yysyntax_error_status (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/0.153/src/
H A Dldscript.c2258 int yysyntax_error_status; local
2259 yysyntax_error_status = YYSYNTAX_ERROR;
2260 if (yysyntax_error_status == 0)
2262 else if (yysyntax_error_status == 1)
2271 yysyntax_error_status = 2;
2275 yysyntax_error_status = YYSYNTAX_ERROR;
2280 if (yysyntax_error_status == 2)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.c1982 int yysyntax_error_status; local
1983 yysyntax_error_status = YYSYNTAX_ERROR;
1984 if (yysyntax_error_status == 0)
1986 else if (yysyntax_error_status == 1)
1995 yysyntax_error_status = 2;
1999 yysyntax_error_status = YYSYNTAX_ERROR;
2004 if (yysyntax_error_status == 2)
H A Dpmu-bison.c1521 int yysyntax_error_status; local
1522 yysyntax_error_status = YYSYNTAX_ERROR;
1523 if (yysyntax_error_status == 0)
1525 else if (yysyntax_error_status == 1)
1534 yysyntax_error_status = 2;
1538 yysyntax_error_status = YYSYNTAX_ERROR;
1543 if (yysyntax_error_status == 2)
/external/bison/src/
H A Dparse-gram.c2956 int yysyntax_error_status; local
2959 yysyntax_error_status = YYSYNTAX_ERROR;
2960 if (yysyntax_error_status == 0)
2962 else if (yysyntax_error_status == 1)
2971 yysyntax_error_status = 2;
2975 yysyntax_error_status = YYSYNTAX_ERROR;
2980 if (yysyntax_error_status == 2)
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp5035 int yysyntax_error_status; local
5036 yysyntax_error_status = YYSYNTAX_ERROR;
5037 if (yysyntax_error_status == 0)
5039 else if (yysyntax_error_status == 1)
5048 yysyntax_error_status = 2;
5052 yysyntax_error_status = YYSYNTAX_ERROR;
5057 if (yysyntax_error_status == 2)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c2875 int yysyntax_error_status; local
2876 yysyntax_error_status = YYSYNTAX_ERROR;
2877 if (yysyntax_error_status == 0)
2879 else if (yysyntax_error_status == 1)
2888 yysyntax_error_status = 2;
2892 yysyntax_error_status = YYSYNTAX_ERROR;
2897 if (yysyntax_error_status == 2)
H A Dglsl_parser.cc5806 int yysyntax_error_status; local
5807 yysyntax_error_status = YYSYNTAX_ERROR;
5808 if (yysyntax_error_status == 0)
5810 else if (yysyntax_error_status == 1)
5819 yysyntax_error_status = 2;
5823 yysyntax_error_status = YYSYNTAX_ERROR;
5828 if (yysyntax_error_status == 2)
/external/elfutils/0.153/libcpu/
H A Di386_parse.c2083 int yysyntax_error_status; local
2084 yysyntax_error_status = YYSYNTAX_ERROR;
2085 if (yysyntax_error_status == 0)
2087 else if (yysyntax_error_status == 1)
2096 yysyntax_error_status = 2;
2100 yysyntax_error_status = YYSYNTAX_ERROR;
2105 if (yysyntax_error_status == 2)
/external/libpcap/
H A Dgrammar.c3799 int yysyntax_error_status; local
3800 yysyntax_error_status = YYSYNTAX_ERROR;
3801 if (yysyntax_error_status == 0)
3803 else if (yysyntax_error_status == 1)
3812 yysyntax_error_status = 2;
3816 yysyntax_error_status = YYSYNTAX_ERROR;
3821 if (yysyntax_error_status == 2)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c5195 int yysyntax_error_status; local
5196 yysyntax_error_status = YYSYNTAX_ERROR;
5197 if (yysyntax_error_status == 0)
5199 else if (yysyntax_error_status == 1)
5208 yysyntax_error_status = 2;
5212 yysyntax_error_status = YYSYNTAX_ERROR;
5217 if (yysyntax_error_status == 2)

Completed in 270 milliseconds