Home
last modified time | relevance | path

Searched refs:doOutDir (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/util/
Doptions.cpp209 doOutDir = true; in SetOutDir()
220 if (!DoGetHashKey() && !doDumpAST && !doGenerateCode && !doOutDir) { in CheckOptions()
225 if (!doGenerateCode && doOutDir) { in CheckOptions()
230 if (doGenerateCode && !doOutDir) { in CheckOptions()
235 if (DoGetHashKey() || doDumpAST || doGenerateCode || doOutDir) { in CheckOptions()
Doptions.h145 doOutDir(false) in Options()
192 bool doOutDir; variable