Home
last modified time | relevance | path

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

/build/make/tools/warn/
Dother_warn_patterns.py50 def yacc(description, pattern_list): function
144 yacc('deprecate directive',
146 yacc('shift/reduce conflicts',
/build/soong/cc/
Dgen.go230 deps = append(deps, genYacc(ctx, yaccRule(), srcFile, cFile, buildFlags.yacc)...)
234 deps = append(deps, genYacc(ctx, yaccRule(), srcFile, cppFile, buildFlags.yacc)...)
Dutil.go99 yacc: in.Yacc,
Dbuilder.go354 yacc *YaccProperties member