HomeSort by relevance Sort by last modified time
    Searched refs:OutDir (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 141 const std::string OutDir;
169 const std::string& outdir,
173 Ctx(0), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins) {
190 if (!OutDir.empty()) {
194 case PD_##NAME: CREATEFN(*Opts.getPtr(), PathConsumers, OutDir, PP);\
669 const std::string& outDir,
675 return new AnalysisConsumer(pp, outDir, opts, plugins);
  /external/quake/quake/src/QW/client/
qwcl.mak 53 OUTDIR=.\release
56 ALL : "$(OUTDIR)\qwcl.exe"
140 -@erase "$(OUTDIR)\qwcl.exe"
142 "$(OUTDIR)" :
143 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
162 BSC32_FLAGS=/nologo /o"$(OUTDIR)/qwcl.bsc"
172 /subsystem:windows /incremental:no /pdb:"$(OUTDIR)/qwcl.pdb" /machine:I386\
173 /out:"$(OUTDIR)/qwcl.exe"
257 "$(OUTDIR)\qwcl.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    [all...]

Completed in 69 milliseconds