Home
last modified time | relevance | path

Searched refs:yyparse (Results 1 – 25 of 35) sorted by relevance

12

/external/selinux/checkpolicy/
Dparse_util.c27 extern int yyparse(void);
54 if (yyparse() || policydb_errors) { in read_source_policy()
64 if (yyparse() || policydb_errors) { in read_source_policy()
/external/ipsec-tools/src/racoon/
Dcfparse_proto.h38 extern int yyparse __P((void));
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/
D2003-02-27-NestedLoopExitBlocks.ll5 define i32 @yyparse() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/
D2003-02-27-NestedLoopExitBlocks.ll5 define i32 @yyparse() {
/external/llvm/test/Transforms/LICM/
D2003-02-27-NestedLoopExitBlocks.ll5 define i32 @yyparse() {
/external/dtc/
Dtreesource.c25 extern int yyparse(void);
40 if (yyparse() != 0) in dt_from_source()
/external/u-boot/scripts/dtc/
Dtreesource.c25 extern int yyparse(void);
40 if (yyparse() != 0) in dt_from_source()
/external/e2fsprogs/intl/
Dplural.c6 #define yyparse __gettextparse macro
637 int yyparse (void *);
639 int yyparse (void);
675 yyparse (YYPARSE_PARAM_ARG) in yyparse() function
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h246 int yyparse (TParseContext* context, void* yyscanner);
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y122 extern int yyparse __P((void));
601 error = yyparse(); /* it must be set errcode. */
/external/one-true-awk/
Dmain.c180 yyparse(); in main()
Dytab.h263 int yyparse (void);
Dproto.h30 extern int yyparse(void);
/external/toybox/kconfig/
Dzconf.tab.c_shipped52 #define yyparse zconfparse
1146 int yyparse (void *YYPARSE_PARAM);
1148 int yyparse ();
1152 int yyparse (void);
1154 int yyparse ();
1172 | yyparse. |
1177 int yyparse (void *YYPARSE_PARAM)
1179 int yyparse (YYPARSE_PARAM)
1185 yyparse (void)
1188 yyparse ()
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h271 yyparse (glcpp_parser_t *parser);
/external/iptables/iptables/
Dxtables-config-parser.y195 yyparse(); in xtables_config_parse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp63 #define yyparse ppparse macro
1094 yyparse (Context *context) in yyparse() function
2036 int ret = yyparse(&context); in parse()
DExpressionParser.y459 int ret = yyparse(&context); in parse()
/external/iproute2/misc/
Dssfilter.y323 if (yyparse()) { in ssfilter_parse()
/external/mksh/src/
Dsyn.c43 static void yyparse(bool);
88 yyparse(bool doalias) in yyparse() function
944 yyparse(doalias); in compile()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h504 int yyparse (glslang::TParseContext* pParseContext);
DParseContextBase.cpp43 extern int yyparse(glslang::TParseContext*);
/external/iproute2/tc/
Demp_ematch.yacc.c63 #define yyparse ematch_parse macro
1091 yyparse (void) in yyparse() function
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y448 err = yyparse( ( void* ) d ); in ParseConfig()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.c63 #define yyparse _xkbcommon_parse macro
1748 yyparse (struct parser_param *param) in yyparse() function
3426 while ((ret = yyparse(&param)) == 0 && param.more_maps) { in parse()

12