Home
last modified time | relevance | path

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

/build/make/tools/warn/
Dother_warn_patterns.py52 def yacc(description, pattern_list): function
125 yacc('deprecate directive',
127 yacc('reduce/reduce conflicts',
129 yacc('shift/reduce conflicts',
/build/bazel/rules/cc/
Dcc_yacc_library.bzl119 doc = "List of flags that will be used in yacc compile",
123 doc = "Whether the yacc file will produce a location.hh file.",
127 doc = "Whether the yacc file will produce a location.hh file.",
/build/soong/cc/
Dutil.go81 yacc: in.Yacc,
Dgen.go268 deps = append(deps, genYacc(ctx, yaccRule(), srcFile, cFile, buildFlags.yacc)...)
273 deps = append(deps, genYacc(ctx, yaccRule(), srcFile, cppFile, buildFlags.yacc)...)
Dbuilder.go413 yacc *YaccProperties member