Searched refs:yacc (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/warn/ |
D | other_warn_patterns.py | 52 def yacc(description, pattern_list): function 147 yacc('deprecate directive', 149 yacc('reduce/reduce conflicts', 151 yacc('shift/reduce conflicts',
|
/build/soong/cc/ |
D | gen.go | 272 deps = append(deps, genYacc(ctx, yaccRule(), srcFile, cFile, buildFlags.yacc)...) 276 deps = append(deps, genYacc(ctx, yaccRule(), srcFile, cppFile, buildFlags.yacc)...)
|
D | util.go | 99 yacc: in.Yacc,
|
D | builder.go | 394 yacc *YaccProperties member
|