HomeSort by relevance Sort by last modified time
    Searched defs:CFG (Results 1 - 7 of 7) sorted by null

  /external/icu4c/extra/uconv/
makedata.mak 12 !IF "$(CFG)" == ""
13 CFG=Debug
18 !IF "$(CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CFG)" != "x86\Release" && "$(CFG)" != "x86\Debug" && "$(CFG)" != "x64\Release" && "$(CFG)" != "x64\Debug
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 6 !IF "$(CFG)" == ""
7 CFG=gas2masm - Win32 Debug
11 !IF "$(CFG)" != "gas2masm - Win32 Release" && "$(CFG)" !=\
13 !MESSAGE Invalid configuration "$(CFG)" specified.
15 !MESSAGE by defining the macro CFG on the command line. For example:
17 !MESSAGE NMAKE /f "gas2masm.mak" CFG="gas2masm - Win32 Debug"
39 !IF "$(CFG)" == "gas2masm - Win32 Release"
92 !ELSEIF "$(CFG)" == "gas2masm - Win32 Debug"
176 !IF "$(CFG)" == "gas2masm - Win32 Release"
    [all...]
  /external/stlport/
configure.bat 369 if "%TARGETCPU%" == "X86EMnset CFG=none" goto pr_emul
  /external/quake/quake/src/QW/server/
qwsv.mak 6 !IF "$(CFG)" == ""
7 CFG=qwsv - Win32 Debug
11 !IF "$(CFG)" != "qwsv - Win32 Release" && "$(CFG)" != "qwsv - Win32 Debug"
12 !MESSAGE Invalid configuration "$(CFG)" specified.
14 !MESSAGE by defining the macro CFG on the command line. For example:
16 !MESSAGE NMAKE /f "qwsv.mak" CFG="qwsv - Win32 Debug"
37 !IF "$(CFG)" == "qwsv - Win32 Release"
137 !ELSEIF "$(CFG)" == "qwsv - Win32 Debug"
320 !IF "$(CFG)" == "qwsv - Win32 Release"
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 1 //===--- CFG.h - Classes for representing and building CFGs------*- C++ -*-===//
10 // This file defines the CFG and CFGBuilder classes for representing and
41 class CFG;
243 /// CFGBlock - Represents a single basic block in a source-level CFG.
327 /// of the CFG.
331 /// CFG blocks.
377 // CFG iterators
492 void dump(const CFG *cfg, const LangOptions &LO) const;
493 void print(raw_ostream &OS, const CFG* cfg, const LangOptions &LO) const
    [all...]
  /external/quake/quake/src/QW/client/
qwcl.mak 6 !IF "$(CFG)" == ""
7 CFG=qwcl - Win32 GL Debug
11 !IF "$(CFG)" != "qwcl - Win32 Release" && "$(CFG)" != "qwcl - Win32 Debug" &&\
12 "$(CFG)" != "qwcl - Win32 GL Debug" && "$(CFG)" != "qwcl - Win32 GL Release"
13 !MESSAGE Invalid configuration "$(CFG)" specified.
15 !MESSAGE by defining the macro CFG on the command line. For example:
17 !MESSAGE NMAKE /f "qwcl.mak" CFG="qwcl - Win32 GL Debug"
41 !IF "$(CFG)" == "qwcl - Win32 Release"
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 1 //===--- CFG.cpp - Classes for representing and building CFGs----*- C++ -*-===//
10 // This file defines the CFG and CFGBuilder classes for representing and
16 #include "clang/Analysis/CFG.h"
41 /// The CFG builder uses a recursive algorithm to build the CFG. When
179 /// Begin of scope in direction of CFG building (backwards).
203 /// BlockScopePosPair - Structure for specifying position in CFG during its
204 /// build process. It consists of CFGBlock that specifies position in CFG graph
218 /// can be decided up front during CFG construction.
234 /// CFGBuilder - This class implements CFG construction from an AST
253 llvm::OwningPtr<CFG> cfg; member in class:__anon4249::CFGBuilder
3612 print(llvm::errs(), cfg, LO); local
    [all...]

Completed in 1467 milliseconds