Searched refs:yacc (Results 1 – 5 of 5) sorted by relevance
/build/make/tools/warn/ |
D | other_warn_patterns.py | 52 def yacc(description, pattern_list): function 125 yacc('deprecate directive', 127 yacc('reduce/reduce conflicts', 129 yacc('shift/reduce conflicts',
|
/build/bazel/rules/cc/ |
D | cc_yacc_library.bzl | 119 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/ |
D | util.go | 81 yacc: in.Yacc,
|
D | gen.go | 268 deps = append(deps, genYacc(ctx, yaccRule(), srcFile, cFile, buildFlags.yacc)...) 273 deps = append(deps, genYacc(ctx, yaccRule(), srcFile, cppFile, buildFlags.yacc)...)
|
D | builder.go | 413 yacc *YaccProperties member
|